From d4c0ea114f85627db59d1a63b7838a750f4270c9 Mon Sep 17 00:00:00 2001 From: Mungai Njoroge Date: Mon, 26 Feb 2024 00:47:51 +0300 Subject: [PATCH] Update release.yml --- .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 115c4816..7d08b03b 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 --build-arg client_tag=v${{inputs.tag}} + --provenance=false, client_tag=v${{inputs.tag}} env: LATEST_TAG: ${{ inputs.is_latest == 'true' && format('ghcr.io/{0}:latest', github.repository) || '' }}