From 9146476fb99656a515ae65acdd069a6f0d533b60 Mon Sep 17 00:00:00 2001 From: vsxd Date: Thu, 12 Mar 2026 21:51:25 +0800 Subject: [PATCH] chore(ci): restore release publish triggers --- .github/workflows/publish-images.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish-images.yml b/.github/workflows/publish-images.yml index 74655dc6..f4575c38 100644 --- a/.github/workflows/publish-images.yml +++ b/.github/workflows/publish-images.yml @@ -4,7 +4,6 @@ on: push: branches: - main - - feature/project-init tags: - "v*.*.*" workflow_dispatch: @@ -60,7 +59,7 @@ jobs: images: ${{ matrix.image }} tags: | type=raw,value=edge,enable={{is_default_branch}} - type=raw,value=latest,enable=${{ startsWith(github.ref, 'refs/tags/v') }} + type=raw,value=latest,enable=${{ startsWith(github.ref, 'refs/tags/v') && !contains(github.ref_name, '-') }} type=ref,event=tag type=sha,format=short,prefix=sha- type=semver,pattern={{version}}