Skip to content

Commit 21c15d0

Browse files
Bump docker/login-action from 3 to 4 (#2443)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d68c4d7 commit 21c15d0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# https://github.com/docker/login-action
5858
- name: Login to DockerHub
5959
if: github.event_name != 'pull_request'
60-
uses: docker/login-action@v3
60+
uses: docker/login-action@v4
6161
with:
6262
username: ${{ secrets.DOCKERHUB_USER }}
6363
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/docker-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
# https://github.com/docker/login-action
6565
- name: Login to DockerHub
6666
if: github.event_name != 'pull_request'
67-
uses: docker/login-action@v3
67+
uses: docker/login-action@v4
6868
with:
6969
username: ${{ secrets.DOCKERHUB_USER }}
7070
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/docker-testImage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# https://github.com/docker/login-action
5656
- name: Login to DockerHub
5757
if: github.event_name != 'pull_request'
58-
uses: docker/login-action@v3
58+
uses: docker/login-action@v4
5959
with:
6060
username: ${{ secrets.DOCKERHUB_USER }}
6161
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)