Skip to content

Commit ead8681

Browse files
authored
Update docker/login-action to v2 (#120)
1 parent ae91710 commit ead8681

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cnf-test-partner-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
ref: main
4949

5050
- name: Authenticate against Quay.io
51-
uses: docker/login-action@v1
51+
uses: docker/login-action@v2
5252
with:
5353
registry: ${{ env.REGISTRY }}
5454
# Use a Robot Account to authenticate against Quay.io

.github/workflows/debug-partner-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
ref: main
5454

5555
- name: Authenticate against Quay.io
56-
uses: docker/login-action@v1
56+
uses: docker/login-action@v2
5757
with:
5858
registry: ${{ env.REGISTRY }}
5959
# Use a Robot Account to authenticate against Quay.io

0 commit comments

Comments
 (0)