mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-06-06 03:05:35 +00:00
update workflow
This commit is contained in:
parent
e990877460
commit
9af206636f
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -165,7 +165,7 @@ jobs:
|
||||
context: .
|
||||
platforms: linux/amd64,linux/arm
|
||||
push: true
|
||||
tags: ghcr.io/${{github.repository}}:${{inputs.tag}}, ${{env.LATEST_TAG}}
|
||||
tags: ghcr.io/${{github.repository}}:${{inputs.tag}}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
env:
|
||||
LATEST_TAG: ${{ inputs.is_latest == 'true' && join('ghcr.io/', join(github.repository, ':latest')) || '' }}
|
||||
LATEST_TAG: ${{ inputs.is_latest == 'true' && format('ghcr.io/{0}:latest', github.repository) || '' }}
|
Loading…
x
Reference in New Issue
Block a user