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 86fbf2b commit da6bff0Copy full SHA for da6bff0
.github/workflows/quay-publish.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Docker Buildx
17
uses: docker/setup-buildx-action@v2
18
- name: Login to Quay.io
19
- uses: docker/login-action@v1
+ uses: docker/login-action@v2
20
with:
21
registry: ${{ secrets.REGISTRY_SERVER }}
22
username: ${{ secrets.REGISTRY_USERNAME }}
0 commit comments