diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e6e231c..2533d74 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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