fix: syntax issue in docker release action (#6415)

This commit is contained in:
Anshuman Pandey
2025-08-14 17:42:42 +05:30
committed by GitHub
parent 41d60c8a02
commit 3501990a79

View File

@@ -109,7 +109,7 @@ jobs:
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
# Only tag as 'latest' for stable releases (not prereleases)
type=raw,value=latest,enable=${{ inputs.IS_PRERELEASE != 'true' }}
type=raw,value=latest,enable=${{ !inputs.IS_PRERELEASE }}
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action