Skip to content

Commit 36a19bb

Browse files
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 5a5ce09 commit 36a19bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919
uses: actions/checkout@v6
2020

2121
- name: Log in to the Container registry
22-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
22+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee
2323
with:
2424
registry: ghcr.io
2525
username: ${{ github.actor }}
2626
password: ${{ secrets.GITHUB_TOKEN }}
2727

2828
- name: Log in to Docker Hub
29-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
29+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee
3030
with:
3131
username: ${{ secrets.DOCKER_HUB_USERNAME }}
3232
password: ${{ secrets.DOCKER_HUB_PASSWORD }}

0 commit comments

Comments
 (0)