From b465fef2908120bd2e5ff45fa78e5f37e1c0140f Mon Sep 17 00:00:00 2001 From: squat Date: Mon, 23 Mar 2026 17:19:38 +0100 Subject: [PATCH] fix(CI): don't push latest tag if not on main --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 441454f..9e65206 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,7 +97,7 @@ jobs: type=sha,prefix= type=ref,event=tag type=raw,value=latest,enable={{is_default_branch}} - flavor: latest=true + flavor: latest=false - name: Build and push id: push uses: docker/build-push-action@v7