mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
re-fix: docker build
This commit is contained in:
@@ -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=v${{inputs.tag}}
|
--provenance=false --build-arg 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) || '' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user