Skip to content

Commit

Permalink
fix: Remove attestation
Browse files Browse the repository at this point in the history
  • Loading branch information
ptbrowne committed Oct 23, 2024
1 parent 1bddc6e commit 2d144c9
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,6 @@ jobs:
tags: ${{ steps.meta-app.outputs.tags }}
labels: ${{ steps.meta-app.outputs.labels }}

- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
with:
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME_APP}}
subject-digest: ${{ steps.push-app.outputs.digest }}
push-to-registry: true

# Build screenshot
- name: Extract metadata (tags, labels) for Docker
id: meta-screenshot
Expand All @@ -108,10 +101,3 @@ jobs:
push: true
tags: ${{ steps.meta-app.outputs.tags }}
labels: ${{ steps.meta-screenshot.outputs.labels }}

- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
with:
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME_SCREENSHOT}}
subject-digest: ${{ steps.push-app.outputs.digest }}
push-to-registry: true

0 comments on commit 2d144c9

Please sign in to comment.