Skip to content

Commit cd0230f

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

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@v7
2626

2727
- name: Log in to Docker Hub
28-
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee
28+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0
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@650006c6eb7dba73a995cc03b0b2d7f5ca915bee
34+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0
3535
with:
3636
registry: ghcr.io
3737
username: ${{ github.actor }}

0 commit comments

Comments
 (0)