re-fix: docker build

This commit is contained in:
mungai-njoroge
2024-02-26 00:36:23 +03:00
parent d326f0f122
commit 41f069d13e
+1 -1
View File
@@ -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) || '' }}