Skip to content

Commit 313cae7

Browse files
Bump docker/login-action from 3.1.0 to 3.2.0 (#1142)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@e92390c...0d4c9c5) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3fa1e25 commit 313cae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-publish-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3
3535

3636
- name: Log in to GitHub Container Registry
37-
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3
37+
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3
3838
with:
3939
registry: ghcr.io
4040
username: ${{ github.actor }}

0 commit comments

Comments
 (0)