From 41f069d13e5bf742af5a07838f0514f29794d78a Mon Sep 17 00:00:00 2001 From: mungai-njoroge Date: Mon, 26 Feb 2024 00:36:23 +0300 Subject: [PATCH] re-fix: docker build --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dd1be01a..115c4816 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -169,6 +169,6 @@ jobs: tags: ghcr.io/${{github.repository}}:${{format('v{0}', inputs.tag)}}, ${{env.LATEST_TAG}} labels: org.opencontainers.image.title=Docker build-args: | - --provenance=false client_tag=v${{inputs.tag}} + --provenance=false --build-arg client_tag=v${{inputs.tag}} env: LATEST_TAG: ${{ inputs.is_latest == 'true' && format('ghcr.io/{0}:latest', github.repository) || '' }}