From 40a27642956c0e5a49268736dd6a819aa20d7018 Mon Sep 17 00:00:00 2001 From: Sam Morrow Date: Thu, 3 Apr 2025 13:19:40 +0200 Subject: [PATCH] chore: correct build arg syntax --- .github/workflows/docker-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 444768d8a..b4583b018 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -80,8 +80,8 @@ jobs: cache-from: type=gha cache-to: type=gha,mode=max platforms: linux/amd64,linux/arm64 - build-args: - VERSION: ${{ github.ref_name }} + build-args: | + VERSION=${{ github.ref_name }} # Sign the resulting Docker image digest except on PRs. # This will only write to the public Rekor transparency log when the Docker