Skip to content

Commit 82fe56c

Browse files
committed
fix: tags should be multiline
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
1 parent 72aca4e commit 82fe56c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: docker/metadata-action@v5
4242
with:
4343
images: ${{ env.REGISTRY_IMAGE }}
44-
tags:
44+
tags: |
4545
type=match,pattern=\d.\d.\d
4646
type=sha
4747
-

0 commit comments

Comments
 (0)