Skip to content

Commit 4c2f964

Browse files
Bump docker/login-action from 2.2.0 to 3.0.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 2.2.0 to 3.0.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@465a078...343f7c4) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b7b3fed commit 4c2f964

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ jobs:
2828
uses: docker/setup-buildx-action@v2
2929

3030
- name: Log in to ghcr.io
31-
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc
31+
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d
3232
with:
3333
registry: ${{ env.REGISTRY }}
3434
username: ${{ github.actor }}
3535
password: ${{ secrets.GITHUB_TOKEN }}
3636

3737
- name: Log in to Docker Hub
38-
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc
38+
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d
3939
with:
4040
username: ${{ secrets.DOCKER_USERNAME }}
4141
password: ${{ secrets.DOCKER_PASSWORD }}

.github/workflows/unstable_image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ jobs:
2626
uses: docker/setup-buildx-action@v2
2727

2828
- name: Log in to the ghcr.io
29-
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc
29+
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d
3030
with:
3131
registry: ${{ env.REGISTRY }}
3232
username: ${{ github.actor }}
3333
password: ${{ secrets.GITHUB_TOKEN }}
3434

3535
- name: Log in to Docker Hub
36-
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc
36+
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d
3737
with:
3838
username: ${{ secrets.DOCKER_USERNAME }}
3939
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)