mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
Update Docker build args to use 'v' prefix for client tag
This commit is contained in:
@@ -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=${{inputs.tag}}
|
||||
--provenance=false client_tag=v${{inputs.tag}}
|
||||
env:
|
||||
LATEST_TAG: ${{ inputs.is_latest == 'true' && format('ghcr.io/{0}:latest', github.repository) || '' }}
|
||||
|
||||
Reference in New Issue
Block a user