From adeba71a554b5716afd5a06fed94c86186e2de4c Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sat, 23 Nov 2024 08:30:31 +1100 Subject: [PATCH] Fixes for publish release --- .github/workflows/publish-image.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish-image.yaml b/.github/workflows/publish-image.yaml index cd9838f..99a5be4 100644 --- a/.github/workflows/publish-image.yaml +++ b/.github/workflows/publish-image.yaml @@ -70,7 +70,6 @@ jobs: builder: ${{ steps.buildx.outputs.name }} context: ${{ matrix.context }} build-args: INVOICENINJA_VERSION=${{ steps.prep.outputs.version }} - target: prod platforms: linux/amd64,linux/arm64 push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.prep.outputs.tags }}