Skip to content

Commit 5322fe3

Browse files
build(deps): bump docker/login-action from 3.7.0 to 4.0.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.7.0 to 4.0.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@c94ce9f...b45d80f) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 98f6aa0 commit 5322fe3

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@c94ce9fb468520275223c153574b00df6fe4bcc9
28+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
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@c94ce9fb468520275223c153574b00df6fe4bcc9
34+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
3535
with:
3636
registry: ghcr.io
3737
username: ${{ github.actor }}

0 commit comments

Comments
 (0)