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 }}