Skip to content

Commit 7b32e28

Browse files
authored
Add a pipe so that images are not concatenated (#1080)
1 parent 3fcdf6b commit 7b32e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
id: meta
4646
uses: docker/metadata-action@v5
4747
with:
48-
images:
48+
images: |
4949
${{ github.repository }}
5050
${{ env.GAR_LOCATION }}-docker.pkg.dev/${{ env.GCP_PROJECT_ID }}/${{ env.GAR_REPOSITORY }}/${{ env.IMAGE }}
5151
# https://github.com/marketplace/actions/docker-metadata-action#tags-input

0 commit comments

Comments
 (0)