From 11e6163f5efea0b7be9a6324f14a5fd7d560f134 Mon Sep 17 00:00:00 2001 From: Anton Medvedev Date: Sat, 12 Oct 2024 21:41:50 +0200 Subject: [PATCH] Update docker.yml --- .github/workflows/docker.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 005992568..37470bf8d 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -44,13 +44,8 @@ jobs: uses: docker/build-push-action@v6 with: context: . + platforms: linux/amd64,linux/arm64 push: true + provenance: true tags: deployphp/deployer:${{ env.RELEASE_VERSION }} - - name: Generate artifact attestation - uses: actions/attest-build-provenance@v1 - with: - subject-path: deployer.phar - subject-name: deployphp/deployer - subject-digest: ${{ steps.push.outputs.digest }} - push-to-registry: true