Skip to content

Commit 13737db

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 d11a052 commit 13737db

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
@@ -59,7 +59,7 @@ jobs:
5959
# https://github.com/docker/login-action
6060
- name: Log into registry ${{ env.REGISTRY }}
6161
if: github.event_name != 'pull_request'
62-
uses: docker/login-action@28218f9b04b4f3f62068d7b6ce6ca5b26e35336c
62+
uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b
6363
with:
6464
registry: ${{ env.REGISTRY }}
6565
username: ${{ github.actor }}

0 commit comments

Comments
 (0)