Skip to content

Commit 139e5c2

Browse files
Bump docker/login-action from 3 to 4 (#66)
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 83da943 commit 139e5c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/_docker_template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- uses: docker/setup-buildx-action@v3
5454

5555
- if: github.event_name != 'pull_request'
56-
uses: docker/login-action@v3
56+
uses: docker/login-action@v4
5757
with:
5858
username: ${{ secrets.DOCKER_HUB_USERNAME }}
5959
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
@@ -108,7 +108,7 @@ jobs:
108108

109109
steps:
110110
- uses: docker/setup-buildx-action@v3
111-
- uses: docker/login-action@v3
111+
- uses: docker/login-action@v4
112112
with:
113113
username: ${{ secrets.DOCKER_HUB_USERNAME }}
114114
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)