Skip to content

Commit ff02900

Browse files
build(deps): bump docker/login-action from 3 to 4
Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3...v4) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 61a4d25 commit ff02900

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)