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 9726b2c commit 429771cCopy full SHA for 429771c
.github/workflows/quay-publish.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Set up Docker Buildx
19
uses: docker/setup-buildx-action@v3
20
- name: Login to Quay.io
21
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
22
with:
23
registry: ${{ secrets.REGISTRY_SERVER }}
24
username: ${{ secrets.REGISTRY_USERNAME }}
0 commit comments