We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8cb7b7 + c675e1f commit 3341afcCopy full SHA for 3341afc
.github/workflows/docker-name-version-flavour-arch.yml
@@ -170,7 +170,7 @@ jobs:
170
# Deploy
171
# ------------------------------------------------------------
172
- name: Docker login
173
- uses: docker/login-action@v1
+ uses: docker/login-action@v2
174
with:
175
username: ${{ secrets.dockerhub_username }}
176
password: ${{ secrets.dockerhub_password }}
@@ -233,7 +233,7 @@ jobs:
233
234
235
- name: "[DEPLOY] Login"
236
237
238
username: ${{ secrets.DOCKERHUB_USERNAME }}
239
password: ${{ secrets.DOCKERHUB_PASSWORD }}
0 commit comments