Skip to content

Commit 1686aa7

Browse files
authored
Merge pull request #5 from commjoen/dependabot/github_actions/docker/login-action-2
Bump docker/login-action from 1 to 2
2 parents 524a8fc + dd25b04 commit 1686aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: docker/setup-buildx-action@v2
5252

5353
- name: Login to DockerHub
54-
uses: docker/login-action@v1
54+
uses: docker/login-action@v2
5555
with:
5656
username: ${{ secrets.DOCKER_USERNAME }}
5757
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)