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 f871aeb commit 799c760Copy full SHA for 799c760
.github/workflows/build-docker.yaml
@@ -25,7 +25,7 @@ jobs:
25
check-latest: true
26
27
- name: Run Golangci lint
28
- uses: golangci/golangci-lint-action@v4
+ uses: golangci/golangci-lint-action@v5
29
with:
30
version: latest
31
args: --print-resources-usage
@@ -61,7 +61,9 @@ jobs:
61
id: docker_meta
62
uses: docker/metadata-action@v5
63
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