Skip to content

Commit 6ca659a

Browse files
chore(deps): update docker/login-action action to v3 (#9443)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 515f491 commit 6ca659a

4 files changed

+4
-4
lines changed

.github/workflows/publish-petclinic-benchmark-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: docker/setup-buildx-action@v3
2020

2121
- name: Login to GitHub container registry
22-
uses: docker/login-action@v2
22+
uses: docker/login-action@v3
2323
with:
2424
registry: ghcr.io
2525
username: ${{ github.repository_owner }}

.github/workflows/publish-smoke-test-fake-backend-images.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
java-version: 17.0.6
2626

2727
- name: Login to GitHub package registry
28-
uses: docker/login-action@v2
28+
uses: docker/login-action@v3
2929
with:
3030
registry: ghcr.io
3131
username: ${{ github.repository_owner }}

.github/workflows/publish-smoke-test-servlet-images.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
java-version: 17.0.6
6161

6262
- name: Login to GitHub package registry
63-
uses: docker/login-action@v2
63+
uses: docker/login-action@v3
6464
with:
6565
registry: ghcr.io
6666
username: ${{ github.repository_owner }}

.github/workflows/reusable-smoke-test-images.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Login to GitHub package registry
4141
if: inputs.publish
42-
uses: docker/login-action@v2
42+
uses: docker/login-action@v3
4343
with:
4444
registry: ghcr.io
4545
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)