Skip to content

Commit 6fd80bc

Browse files
committed
Fix build arguments
1 parent 10b923a commit 6fd80bc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ jobs:
5151
with:
5252
context: .
5353
push: true
54-
build-args: VERSION=${{ github.ref_name }},BUILDDATE=${{ github.event.repository.updated_at}},COMMIT=${{ github.sha }}
54+
build-args: |
55+
VERSION=${{ github.ref_name }}
56+
BUILDDATE=${{ github.event.repository.updated_at }}
57+
COMMIT=${{ github.sha }}
5558
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.ref_name }},${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
5659

0 commit comments

Comments
 (0)