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 9229a26 commit f7d15deCopy full SHA for f7d15de
.github/workflows/quay-publish.yml
@@ -25,7 +25,7 @@ jobs:
25
restore-keys: |
26
${{ runner.os }}-multi-buildx
27
- name: Login to Quay.io
28
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
29
with:
30
registry: ${{ secrets.REGISTRY_SERVER }}
31
username: ${{ secrets.REGISTRY_USERNAME }}
0 commit comments