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 aab6ec9 commit 3a68f38Copy full SHA for 3a68f38
.github/workflows/quay-publish.yml
@@ -14,7 +14,7 @@ jobs:
14
run: |
15
echo -n ::set-output name=IMAGE_TAGS::${GITHUB_REF#refs/*/}
16
- name: Set up Docker Buildx
17
- uses: docker/setup-buildx-action@v1
+ uses: docker/setup-buildx-action@v2
18
- name: Login to Quay.io
19
uses: docker/login-action@v2
20
with:
0 commit comments