Update release.yml

This commit is contained in:
Mungai Njoroge
2024-02-26 00:47:51 +03:00
committed by GitHub
parent 41f069d13e
commit d4c0ea114f
+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 --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) || '' }}