We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a73af11 commit ea6fe71Copy full SHA for ea6fe71
.github/workflows/integration.yaml
@@ -78,10 +78,10 @@ jobs:
78
cache: 'pip'
79
80
- name: Log in to Docker Hub
81
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
82
with:
83
- username: ${{ secrets.DOCKERHUB_USERNAME }}
84
- password: ${{ secrets.DOCKERHUB_PASSWORD }}
+ username: ${{ secrets.DOCKER_USERNAME }}
+ password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
85
86
- name: Run tests
87
run: |
@@ -151,10 +151,10 @@ jobs:
151
152
153
154
155
156
157
158
159
160
0 commit comments