Skip to content

Commit 969e417

Browse files
Bump docker/login-action from 2.0.0 to 2.1.0 (#45)
Bumps [docker/login-action](https://github.com/docker/login-action) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@49ed152...f4ef78c) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 d62c4ad commit 969e417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
install-only: true
3535

3636
- name: Log into ghcr.io
37-
uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b # v1.14.1
37+
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v1.14.1
3838
with:
3939
registry: ghcr.io
4040
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)