From 8474d64199f929f26deaee6936b75c961c3c9df2 Mon Sep 17 00:00:00 2001 From: Anton Medvedev Date: Sat, 12 Oct 2024 21:24:01 +0200 Subject: [PATCH] Update docker.yml --- .github/workflows/docker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 7b7b4d46d..005992568 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -50,6 +50,7 @@ jobs: - 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