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 d4fb975 commit 4436d7cCopy full SHA for 4436d7c
.github/workflows/build-docker.yaml
@@ -61,7 +61,9 @@ jobs:
61
id: docker_meta
62
uses: docker/metadata-action@v5
63
with:
64
- images: ${{ github.repository }},quay.io/${{ github.repository }}
+ images: |
65
+ ${{ github.repository }}
66
+ quay.io/${{ github.repository }}
67
labels: |
68
io.artifacthub.package.readme-url=https://raw.githubusercontent.com/${{ github.repository }}/${{ github.event.repository.default_branch }}/README.md
69
flavor: |
0 commit comments