Skip to content

Commit a0b50f8

Browse files
committed
Update docker/login-action to v2
Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
1 parent d70370d commit a0b50f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v3
1717

1818
- name: Login to Docker
19-
uses: docker/login-action@v1
19+
uses: docker/login-action@v2
2020
if: env.REGISTRY_USERNAME != ''
2121
with:
2222
registry: quay.io

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v3
1616

1717
- name: Login to Docker
18-
uses: docker/login-action@v1
18+
uses: docker/login-action@v2
1919
if: env.REGISTRY_USERNAME != ''
2020
with:
2121
registry: quay.io

0 commit comments

Comments
 (0)