Skip to content

Commit ea6fe71

Browse files
committed
Login to dockerhub. Attempt #3
1 parent a73af11 commit ea6fe71

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/integration.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ jobs:
7878
cache: 'pip'
7979

8080
- name: Log in to Docker Hub
81-
uses: docker/login-action@v2
81+
uses: docker/login-action@v3
8282
with:
83-
username: ${{ secrets.DOCKERHUB_USERNAME }}
84-
password: ${{ secrets.DOCKERHUB_PASSWORD }}
83+
username: ${{ secrets.DOCKER_USERNAME }}
84+
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
8585

8686
- name: Run tests
8787
run: |
@@ -151,10 +151,10 @@ jobs:
151151
cache: 'pip'
152152

153153
- name: Log in to Docker Hub
154-
uses: docker/login-action@v2
154+
uses: docker/login-action@v3
155155
with:
156-
username: ${{ secrets.DOCKERHUB_USERNAME }}
157-
password: ${{ secrets.DOCKERHUB_PASSWORD }}
156+
username: ${{ secrets.DOCKER_USERNAME }}
157+
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
158158

159159

160160
- name: Run tests

0 commit comments

Comments
 (0)