Skip to content

Commit 3341afc

Browse files
authored
Merge pull request #43 from cytopia/dependabot/github_actions/docker/login-action-2
Bump docker/login-action from 1 to 2
2 parents c8cb7b7 + c675e1f commit 3341afc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-name-version-flavour-arch.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
# Deploy
171171
# ------------------------------------------------------------
172172
- name: Docker login
173-
uses: docker/login-action@v1
173+
uses: docker/login-action@v2
174174
with:
175175
username: ${{ secrets.dockerhub_username }}
176176
password: ${{ secrets.dockerhub_password }}
@@ -233,7 +233,7 @@ jobs:
233233
# Deploy
234234
# ------------------------------------------------------------
235235
- name: "[DEPLOY] Login"
236-
uses: docker/login-action@v1
236+
uses: docker/login-action@v2
237237
with:
238238
username: ${{ secrets.DOCKERHUB_USERNAME }}
239239
password: ${{ secrets.DOCKERHUB_PASSWORD }}

0 commit comments

Comments
 (0)