From 4e3e8242761bfe0c4b15f5ff68ee629b21b1b28c Mon Sep 17 00:00:00 2001 From: Owen Date: Mon, 22 Dec 2025 21:32:59 -0500 Subject: [PATCH] Fix latest Former-commit-id: 6fcd8ac6cb03ef791bbf2a979c93595e38cd0054 --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 989e68c..193c1ba 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -273,7 +273,7 @@ jobs: tags: | type=semver,pattern={{version}},value=${{ env.TAG }} type=semver,pattern={{major}}.{{minor}},value=${{ env.TAG }},enable=${{ env.PUBLISH_MINOR == 'true' && env.IS_RC != 'true' }} - type=raw,value=latest,enable=${{ env.PUBLISH_LATEST == 'true' && env.IS_RC != 'true' }} + type=raw,value=latest,enable=${{ env.IS_RC != 'true' }} flavor: | latest=false labels: |