fix: docker build

This commit is contained in:
mungai-njoroge
2024-02-26 00:18:22 +03:00
parent c116b7a2c6
commit 5464f95a9e
2 changed files with 7 additions and 3 deletions
+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
--provenance=false client_tag=${{inputs.tag}}
env:
LATEST_TAG: ${{ inputs.is_latest == 'true' && format('ghcr.io/{0}:latest', github.repository) || '' }}