From 3501990a79f18da3146541c35c465bfb9f83fc27 Mon Sep 17 00:00:00 2001 From: Anshuman Pandey <54475686+pandeymangg@users.noreply.github.com> Date: Thu, 14 Aug 2025 17:42:42 +0530 Subject: [PATCH] fix: syntax issue in docker release action (#6415) --- .github/workflows/release-docker-github.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-docker-github.yml b/.github/workflows/release-docker-github.yml index bf5593ba60..0fbaff40c0 100644 --- a/.github/workflows/release-docker-github.yml +++ b/.github/workflows/release-docker-github.yml @@ -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