From 94913df864cb0bd54c217109e2888f76acca2bdf Mon Sep 17 00:00:00 2001 From: Marcus Messer Date: Mon, 25 May 2026 14:45:19 +0100 Subject: [PATCH] Updated GitHub Actions build workflow to enable `latest` image tagging only for tag refs --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 707aed9..116b698 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -123,7 +123,7 @@ jobs: type=ref,event=branch type=ref,event=tag type=ref,event=pr - type=raw,value=latest,enable={{is_default_branch}} + type=raw,value=latest,enable=${{ github.ref_type == 'tag' }} type=edge,branch=main images: | ghcr.io/${{ github.repository }}