diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ac6c0c3..2822486 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -70,5 +70,5 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - build-args: - - VERSION=${{ VERSION }} + build-args: | + "VERSION=${{ VERSION }}"