Skip to content

Commit 833ccb3

Browse files
Bump docker/login-action from 1 to 2
Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 2. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v1...v2) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f37fb91 commit 833ccb3

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
@@ -50,7 +50,7 @@ jobs:
5050
# https://github.com/docker/login-action
5151
- name: Log into registry ${{ env.REGISTRY }}
5252
if: github.event_name != 'pull_request'
53-
uses: docker/login-action@v1
53+
uses: docker/login-action@v2
5454
with:
5555
registry: ${{ env.REGISTRY }}
5656
username: ${{ github.actor }}

0 commit comments

Comments
 (0)