Skip to content

Commit 4436d7c

Browse files
committed
improve readability for build-docker workflow
Signed-off-by: Markus Blaschke <[email protected]>
1 parent d4fb975 commit 4436d7c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-docker.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)