Skip to content

Commit e041550

Browse files
Bump docker/login-action from 2.2.0 to 3.0.0 (nginx#1075)
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@v2.2.0...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>
1 parent 6787fab commit e041550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-docker-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
platforms: arm64
9191

9292
- name: Login to GitHub Container Registry
93-
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
93+
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
9494
with:
9595
registry: ghcr.io
9696
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)