Skip to content

Commit dcd3381

Browse files
Bump docker/login-action from 1.9.0 to 2.1.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.9.0 to 2.1.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@28218f9...f4ef78c) --- 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 13a1569 commit dcd3381

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@f4ef78c080cd8ba55a85445d5b36e214a81df20a
6363
with:
6464
registry: ${{ env.REGISTRY }}
6565
username: ${{ github.actor }}

0 commit comments

Comments
 (0)