ci: set global flavor value to false, utilize tag instead

This commit is contained in:
2025-02-25 12:25:57 -07:00
parent 4ee2e79446
commit 6e1ed71674
5 changed files with 57 additions and 14 deletions

View File

@@ -627,7 +627,7 @@ jobs:
# add development tag to default architecture (amd64)
type=raw,enable=${{ inputs.DEV_RELEASE }},priority=400,prefix=,suffix=,value=development
flavor: |
latest=${{ !inputs.DEV_RELEASE }}
latest=false
labels: |
org.opencontainers.image.created=${{ env.NOW_DOCKER_TS }}
org.opencontainers.image.version=${{ env.IMAGE_VERSION }}