Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Oct 12, 2024
1 parent 8474d64 commit 11e6163
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 11e6163

Please sign in to comment.