Skip to content

Commit c7847e4

Browse files
build(deps): bump docker/login-action from 4.1.0 to 4.2.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@4907a6d...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 1383eb7 commit c7847e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pub-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
uses: actions/checkout@v6
2626

2727
- name: Log in to Docker Hub
28-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
28+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee
2929
with:
3030
username: ${{ secrets.DOCKER_USERNAME }}
3131
password: ${{ secrets.DOCKER_PASSWORD }}
3232

3333
- name: Log in to the Container registry
34-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
34+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee
3535
with:
3636
registry: ghcr.io
3737
username: ${{ github.actor }}

0 commit comments

Comments
 (0)