From 81a4fac44f3b1726c61aeebac06ec85299977c94 Mon Sep 17 00:00:00 2001 From: Lishen Yao Date: Tue, 23 Jan 2024 17:03:08 +0800 Subject: [PATCH] Add build args --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a38a1be..1b93ce1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -41,7 +41,7 @@ jobs: build-args: | BUILD_DATE=${{ steps.date.outputs.date }} VCS_REF=v${{ inputs.version }} - VERSION={{ inputs.version }} + VERSION=${{ inputs.version }} - name: Build and push private if: ${{ github.event.inputs.dockerfile == 'Dockerfile.private' }}