diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81a433f..ed878f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: Build and publish a Docker image on: workflow_dispatch: - pull_request: +# pull_request: push: env: @@ -44,7 +44,7 @@ jobs: context: . cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:cache-${{ matrix.mautic_version }}-${{ matrix.image_type }} cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:cache-${{ matrix.mautic_version }}-${{ matrix.image_type }},mode=max,image-manifest=true -# platforms: linux/amd64,linux/arm64 + platforms: linux/amd64,linux/arm64 build-args: | MAUTIC_VERSION=${{ matrix.mautic_version }} push: true