Skip to content

Commit 27425ea

Browse files
authored
Merge pull request #100 from actions/dependabot/github_actions/docker/login-action-3
Bump docker/login-action from 2 to 3
2 parents 98d3937 + 5d74132 commit 27425ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# Login against a Docker registry except on PR
3030
# https://github.com/docker/login-action
3131
- name: Log into registry ${{ env.REGISTRY }}
32-
uses: docker/login-action@v2
32+
uses: docker/login-action@v3
3333
with:
3434
registry: ${{ env.REGISTRY }}
3535
username: ${{ github.actor }}

0 commit comments

Comments
 (0)