Skip to content

Commit 66e1811

Browse files
authored
Merge pull request quarkusio#35896 from quarkusio/dependabot/github_actions/docker/login-action-3
Bump docker/login-action from 2 to 3
2 parents 07f6b33 + 84c4d50 commit 66e1811

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-istio.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
github token: ${{ secrets.GITHUB_TOKEN }}
6565
start args: '--embed-certs --addons=metrics-server --force'
6666
- name: Quay login
67-
uses: docker/login-action@v2
67+
uses: docker/login-action@v3
6868
with:
6969
registry: quay.io
7070
username: ${{ secrets.QUAY_QUARKUSCI_USERNAME }}

.github/workflows/ci-kubernetes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
github token: ${{ secrets.GITHUB_TOKEN }}
6565
start args: '--addons=metrics-server --force'
6666
- name: Quay login
67-
uses: docker/login-action@v2
67+
uses: docker/login-action@v3
6868
with:
6969
registry: quay.io
7070
username: ${{ secrets.QUAY_QUARKUSCI_USERNAME }}
@@ -173,7 +173,7 @@ jobs:
173173
oc version: ${{ matrix.openshift }}
174174
github token: ${{ secrets.GITHUB_TOKEN }}
175175
- name: Quay login
176-
uses: docker/login-action@v2
176+
uses: docker/login-action@v3
177177
with:
178178
registry: quay.io
179179
username: ${{ secrets.QUAY_QUARKUSCI_USERNAME }}

0 commit comments

Comments
 (0)