Skip to content

Commit 30daa2c

Browse files
chore(deps): Bump docker/login-action from 3.7.0 to 4.2.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.7.0 to 4.2.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@c94ce9f...650006c) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b7abcd5 commit 30daa2c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ jobs:
276276
# publish AFTER the boms were build, as the bom-generation is kind of a test if the image works
277277
- name: Login to DockerHub
278278
# see https://github.com/docker/login-action?tab=readme-ov-file#docker-hub
279-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
279+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
280280
with:
281281
username: ${{ secrets.DOCKERHUB_USERNAME }}
282282
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -289,7 +289,7 @@ jobs:
289289
# region publish to GHCR
290290
- name: Login to GHCR
291291
# see https://github.com/docker/login-action#github-container-registry
292-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
292+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
293293
with:
294294
registry: ghcr.io
295295
username: ${{ github.actor }}

0 commit comments

Comments
 (0)