Update Docker build args to use 'v' prefix for client tag

This commit is contained in:
mungai-njoroge
2024-02-26 00:20:14 +03:00
parent 5464f95a9e
commit d326f0f122
+1 -1
View File
@@ -169,6 +169,6 @@ jobs:
tags: ghcr.io/${{github.repository}}:${{format('v{0}', inputs.tag)}}, ${{env.LATEST_TAG}} tags: ghcr.io/${{github.repository}}:${{format('v{0}', inputs.tag)}}, ${{env.LATEST_TAG}}
labels: org.opencontainers.image.title=Docker labels: org.opencontainers.image.title=Docker
build-args: | build-args: |
--provenance=false client_tag=${{inputs.tag}} --provenance=false client_tag=v${{inputs.tag}}
env: env:
LATEST_TAG: ${{ inputs.is_latest == 'true' && format('ghcr.io/{0}:latest', github.repository) || '' }} LATEST_TAG: ${{ inputs.is_latest == 'true' && format('ghcr.io/{0}:latest', github.repository) || '' }}