Skip to content

Commit f97ba20

Browse files
dependabot[bot]ciroque
authored andcommitted
Bump docker/login-action from 1.9.0 to 2.2.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.9.0 to 2.2.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@28218f9...465a078) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 698b419 commit f97ba20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-sign-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
cosign-release: 'v1.13.1'
3434

3535
- name: Log into registry ${{ env.REGISTRY }} for ${{ github.actor }}
36-
uses: docker/login-action@28218f9b04b4f3f62068d7b6ce6ca5b26e35336c
36+
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc
3737
with:
3838
registry: ${{ env.REGISTRY }}
3939
username: ${{ github.actor }}

0 commit comments

Comments
 (0)