diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 9524cd2..ecf254f 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -64,10 +64,11 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} + platforms: linux/amd64,linux/arm64 - - name: generate artifact attestation - uses: actions/attest-build-provenance@v1.1.0 - with: - subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}} - subject-digest: ${{ steps.push.outputs.digest }} - push-to-registry: ${{ github.event_name != 'pull_request' }} + # - name: generate artifact attestation + # uses: actions/attest-build-provenance@v1.1.0 + # with: + # subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}} + # subject-digest: ${{ steps.push.outputs.digest }} + # push-to-registry: ${{ github.event_name != 'pull_request' }}