Skip to content

Commit 2be5165

Browse files
Bump docker/login-action from 3.7.0 to 4.1.0 (#72)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.7.0 to 4.1.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@c94ce9f...4907a6d) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.1.0 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 67db867 commit 2be5165

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-to-container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
# needs: build-web
6363
# steps:
6464
- name: Log in to GHCR
65-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9
65+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
6666
with:
6767
registry: ghcr.io
6868
username: ${{ github.actor }}

0 commit comments

Comments
 (0)