Skip to content

Commit e70243a

Browse files
dependabot[bot]ciroque
authored andcommitted
Bump docker/login-action from 2.2.0 to 3.0.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 2.2.0 to 3.0.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@465a078...343f7c4) --- 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 6f070eb commit e70243a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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@465a07811f14bebb1938fbed4728c6a1ff8901fc
36+
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d
3737
with:
3838
registry: ${{ env.REGISTRY }}
3939
username: ${{ github.actor }}

0 commit comments

Comments
 (0)