Skip to content

Commit 577c1d5

Browse files
build(deps): bump docker/login-action from 3 to 4 (#354)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 61a4d25 commit 577c1d5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
- name: 🔑 Login to Docker Hub
6363
if: ${{ inputs.provider == 'DOCKERHUB' }}
64-
uses: docker/login-action@v3
64+
uses: docker/login-action@v4
6565
with:
6666
username: ${{ secrets.DOCKERHUB_USERNAME }}
6767
password: ${{ secrets.DOCKERHUB_PASSWORD }}

.github/workflows/docker-scout.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
image=moby/buildkit:v0.10.6
6060
6161
- name: 🔐 Login to Docker Hub
62-
uses: docker/login-action@v3
62+
uses: docker/login-action@v4
6363
with:
6464
username: ${{ secrets.DOCKERHUB_USERNAME }}
6565
password: ${{ secrets.DOCKERHUB_PASSWORD }}

0 commit comments

Comments
 (0)