We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d70370d commit a0b50f8Copy full SHA for a0b50f8
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: actions/checkout@v3
17
18
- name: Login to Docker
19
- uses: docker/login-action@v1
+ uses: docker/login-action@v2
20
if: env.REGISTRY_USERNAME != ''
21
with:
22
registry: quay.io
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
0 commit comments