Skip to content

Commit 120a74c

Browse files
Bump docker/login-action from 3 to 4 (#203)
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 bf98339 commit 120a74c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,13 +201,13 @@ jobs:
201201
uses: docker/setup-buildx-action@v4
202202
- name: Login to DockerHub
203203
if: github.event_name != 'pull_request'
204-
uses: docker/login-action@v3
204+
uses: docker/login-action@v4
205205
with:
206206
username: ${{ secrets.DOCKER_USERNAME }}
207207
password: ${{ secrets.DOCKER_TOKEN }}
208208
- name: Login to GitHub Container Registry
209209
if: github.event_name != 'pull_request'
210-
uses: docker/login-action@v3
210+
uses: docker/login-action@v4
211211
with:
212212
registry: ghcr.io
213213
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)