From 7cdff284ad858b48acd93d4e9cdc7551abcd28ba Mon Sep 17 00:00:00 2001 From: Laura Batalha Date: Sun, 4 May 2025 00:31:16 +0100 Subject: [PATCH] test docker builds for all pushes and prs --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7853a73..1d62518 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -110,8 +110,8 @@ jobs: platform: - linux/amd64 - linux/arm64 - - linux/arm/v7 - - linux/arm/v6 + # - linux/arm/v7 + # - linux/arm/v6 environment: ${{ contains(github.ref, '-') && 'development' || 'production' }} steps: - name: Prepare @@ -197,7 +197,7 @@ jobs: tags: | type=ref,event=tag type=ref,event=pr - type=ref,event=push + type=ref,event=branch type=semver,pattern={{version}} type=semver,pattern={{major}}.{{minor}}