From 0a8873e587bc093c6602685eeba1ea4bde356211 Mon Sep 17 00:00:00 2001 From: Daan Selen Date: Thu, 4 Dec 2025 21:41:27 +0100 Subject: [PATCH] feat: add custom armv7 images (compared to arm64 and amd64) --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 097ce014..9962722c 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -66,7 +66,7 @@ jobs: with: context: . file: ./docker/Dockerfile - push: true + push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} platforms: linux/amd64,linux/arm64,linux/arm/v7