From 51958687192f585f8b0f456bdab8f8da920e77c6 Mon Sep 17 00:00:00 2001 From: pablorevilla-meshtastic Date: Sun, 25 Jan 2026 20:43:43 -0800 Subject: [PATCH] Made latest to follow master --- .github/workflows/container.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index dcc9293..00b5c00 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -17,15 +17,14 @@ jobs: # list of Docker images to use as base name for tags images: | ghcr.io/${{ github.repository }} - # latest tag is only set for semver/tag-based builds (default behavior) - flavor: | - latest=auto # generate Docker tags based on the following events/attributes tags: | type=ref,event=branch type=semver,pattern={{version}} type=semver,pattern={{major}}.{{minor}} type=semver,pattern={{major}} + # publish :latest from the default branch + type=raw,value=latest,enable={{is_default_branch}} - name: Login to GitHub Container Registry if: github.event_name != 'pull_request' uses: docker/login-action@v3