Skip to content

Commit 94cc5c1

Browse files
Bump docker/login-action from 2.2.0 to 3.0.0 (#39)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> [ci skip]
1 parent e99b523 commit 94cc5c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
uses: docker/setup-buildx-action@v3
5858

5959
- name: Log in to the (GitHub) Container registry
60-
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc
60+
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d
6161
with:
6262
registry: ${{ env.REGISTRY }}
6363
username: ${{ github.actor }}

0 commit comments

Comments
 (0)