From 37386f9e2897203186d16607c9e8a92cace79c2b Mon Sep 17 00:00:00 2001 From: pablorevilla-meshtastic Date: Fri, 23 Jan 2026 11:58:48 -0800 Subject: [PATCH] change to container.yml --- .github/workflows/container.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index b2ace5d..2845cad 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -23,7 +23,7 @@ jobs: type=semver,pattern={{version}} type=semver,pattern={{major}}.{{minor}} type=semver,pattern={{major}} - type=match,pattern=v\d.\d.\d,value=latest + type=raw,value=latest,enable={{is_semver}} - name: Login to GitHub Container Registry if: github.event_name != 'pull_request' uses: docker/login-action@v3 @@ -49,4 +49,4 @@ jobs: platforms: linux/amd64,linux/arm64 # optional cache (speeds up rebuilds) cache-from: type=gha - cache-to: type=gha,mode=max \ No newline at end of file + cache-to: type=gha,mode=max