Skip to content

Commit 583f619

Browse files
authored
Merge pull request #907 from github/dependabot/github_actions/docker/login-action-3
Bump docker/login-action from 2 to 3
2 parents 560d6fc + 3bb7e26 commit 583f619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/publish-docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: docker/setup-buildx-action@v2
2222

2323
- name: Log in to the Container registry
24-
uses: docker/login-action@v2
24+
uses: docker/login-action@v3
2525
with:
2626
registry: ${{ env.REGISTRY }}
2727
username: ${{ github.actor }}

0 commit comments

Comments
 (0)