Skip to content

Commit e7efb2e

Browse files
chore(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 1b33a59 commit e7efb2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: docker/setup-buildx-action@v3
3838

3939
- name: Log in to DockerHub
40-
uses: docker/login-action@v3
40+
uses: docker/login-action@v4
4141
with:
4242
username: ${{ secrets.DOCKERHUB_SB_USERNAME }}
4343
password: ${{ secrets.DOCKERHUB_SB_PASSWORD }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: docker/setup-buildx-action@v3
6363

6464
- name: Log in to DockerHub
65-
uses: docker/login-action@v3
65+
uses: docker/login-action@v4
6666
with:
6767
username: ${{ secrets.DOCKERHUB_SB_USERNAME }}
6868
password: ${{ secrets.DOCKERHUB_SB_PASSWORD }}

0 commit comments

Comments
 (0)