ci: properly pass `build-args`

main
sgoudham 1 year ago
parent b3a2ab84f4
commit 76c6217242
Signed by: hammy
GPG Key ID: 44E818FD5457EEA4

@ -31,7 +31,7 @@ jobs:
with: with:
context: . context: .
push: true push: true
build-args: build-args: |
NEXT_PUBLIC_BUILD_SHA=${{ steps.short_sha.outputs.short_sha }} NEXT_PUBLIC_BUILD_SHA=${{ steps.short_sha.outputs.short_sha }}
NEXT_PUBLIC_BUILD_ID=${{ github.run_id }} NEXT_PUBLIC_BUILD_ID=${{ github.run_id }}
NEXT_PUBLIC_BUILD_NUM=${{ github.run_number }} NEXT_PUBLIC_BUILD_NUM=${{ github.run_number }}

Loading…
Cancel
Save