diff --git a/.github/workflows/oci.yml b/.github/workflows/oci.yml index 4d79cc7..a1ad2fd 100644 --- a/.github/workflows/oci.yml +++ b/.github/workflows/oci.yml @@ -8,6 +8,8 @@ name: OCI on: + pull_request: + branches: [ main ] push: tags: - '*.*.*' @@ -82,6 +84,7 @@ jobs: uses: docker/build-push-action@v5 with: context: . + platforms: linux/amd64,linux/arm64,linux/arm/v7 push: ${{ github.event_name != 'pull_request' && github.event_name != 'workflow_dispatch' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}