Skip to content

Commit 799c760

Browse files
committed
update workflows
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
1 parent f871aeb commit 799c760

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build-docker.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
check-latest: true
2626

2727
- name: Run Golangci lint
28-
uses: golangci/golangci-lint-action@v4
28+
uses: golangci/golangci-lint-action@v5
2929
with:
3030
version: latest
3131
args: --print-resources-usage
@@ -61,7 +61,9 @@ jobs:
6161
id: docker_meta
6262
uses: docker/metadata-action@v5
6363
with:
64-
images: ${{ github.repository }},quay.io/${{ github.repository }}
64+
images: |
65+
${{ github.repository }}
66+
quay.io/${{ github.repository }}
6567
labels: |
6668
io.artifacthub.package.readme-url=https://raw.githubusercontent.com/${{ github.repository }}/${{ github.event.repository.default_branch }}/README.md
6769
flavor: |

0 commit comments

Comments
 (0)