From eb92890a9bf63383d3e7599e0064189789263326 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Mata?= Date: Sun, 17 May 2026 11:12:23 +0200 Subject: [PATCH] Update publish.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Stop tagging `stable` as `latest` also Signed-off-by: Juan José Mata --- .github/workflows/publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 04b41d22a..225886dea 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -103,7 +103,6 @@ jobs: BASE_CONFIG+=$'\n'"type=raw,value=latest" else BASE_CONFIG+=$'\n'"type=raw,value=stable" - BASE_CONFIG+=$'\n'"type=raw,value=latest" fi fi fi