Skip to content

Commit ad1426a

Browse files
build(deps): bump docker/login-action in /.github/workflows
Bumps [docker/login-action](https://github.com/docker/login-action) from 4.0.0 to 4.2.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@b45d80f...650006c) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ad37ce2 commit ad1426a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: docker buildx create --use --driver docker-container
4949

5050
- name: Log in to GitHub Container Registry
51-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
51+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
5252
with:
5353
registry: ghcr.io
5454
username: ${{ github.actor }}

0 commit comments

Comments
 (0)