Skip to content

Commit

Permalink
remove artifact attestation
Browse files Browse the repository at this point in the history
  • Loading branch information
OrellBuehler committed May 12, 2024
1 parent 15792e7 commit 6f36e60
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/build-and-upload-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,4 @@ jobs:
context: .
file: ${{ inputs.dockerfile }}
push: true
tags: ${{ env.REGISTRY }}:${{ inputs.imageTag }}

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

tags: ${{ env.REGISTRY }}:${{ inputs.imageTag }}

0 comments on commit 6f36e60

Please sign in to comment.