Skip to content

Commit b73d4e3

Browse files
fix: bump docker/login-action from 4.5.2 to 4.6.0 (#10)
Bumps [docker/login-action](https://github.com/docker/login-action) from 4.5.2 to 4.6.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v4.5.2...v4.6.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ed470b4 commit b73d4e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v7
2222

2323
- name: Log in to GHCR
24-
uses: docker/login-action@v4.5.2
24+
uses: docker/login-action@v4.6.0
2525
with:
2626
registry: ${{ env.REGISTRY }}
2727
username: ${{ github.actor }}

0 commit comments

Comments
 (0)