From 663dca10821a5a8cb786b4e25e34bff9f28020bc Mon Sep 17 00:00:00 2001 From: Matt Harlum Date: Thu, 5 Jun 2025 13:39:14 +1200 Subject: [PATCH] Fixup build tags... --- .github/workflows/build.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b781fbb..b592de0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,6 +4,9 @@ on: push: tags: - "Build-**" + branches: + - master + workflow_dispatch: jobs: @@ -89,12 +92,10 @@ jobs: images: | ${{ vars.DOCKERHUB_REPO }} tags: | - type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }} + type=raw,value=latest type=sha type=ref,event=branch - type=ref,event=pr - type=semver,pattern={{version}} - type=semver,pattern={{major}}.{{minor}} + type=ref,event=pr - name: Create manifest list and push working-directory: ${{ runner.temp }}/digests