Skip to content

Commit

Permalink
fix: 🐛 pass build args as list instead of csv
Browse files Browse the repository at this point in the history
  • Loading branch information
AkashRajpurohit committed Oct 11, 2024
1 parent db66fc7 commit 588fab8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,9 @@ jobs:
with:
platforms: ${{ matrix.platform }}
labels: ${{ steps.meta.outputs.labels }}
build-args: VERSION=${{ env.RELEASE_VERSION }},BUILD=${{ env.NOW }}
build-args: |
VERSION=${{ env.RELEASE_VERSION }}
BUILD=${{ env.NOW }}
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down

0 comments on commit 588fab8

Please sign in to comment.