Skip to content

Commit 4722fef

Browse files
Bump docker/login-action from 1.10.0 to 2.2.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.10.0 to 2.2.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v1.10.0...465a078) --- 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 5e7ea5e commit 4722fef

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@f054a8b539a109f9f41c372932f1ae047eff08c9
31+
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc
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@f4ef78c080cd8ba55a85445d5b36e214a81df20a
38+
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc
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@f054a8b539a109f9f41c372932f1ae047eff08c9
29+
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc
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@f4ef78c080cd8ba55a85445d5b36e214a81df20a
36+
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc
3737
with:
3838
username: ${{ secrets.DOCKER_USERNAME }}
3939
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)