Skip to content

Commit 85f44ef

Browse files
chore(deps): bump docker/login-action from 1.10.0 to 2.1.0 (#6)
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.10.0 to 2.1.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@f054a8b...f4ef78c) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e90a2d0 commit 85f44ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: make build/package
4949
- name: Log in to the Container registry
5050
if: ${{ needs.release.outputs.published == 'true' }}
51-
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
51+
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
5252
with:
5353
registry: ghcr.io
5454
username: ${{ github.actor }}

0 commit comments

Comments
 (0)