Skip to content

Commit

Permalink
Remove steps
Browse files Browse the repository at this point in the history
  • Loading branch information
rumpelsepp committed Nov 1, 2024
1 parent 0ccd831 commit c02aafa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/publish-arch-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,3 @@ jobs:
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:archlinux
labels: ${{ steps.meta.outputs.labels }}

- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
with:
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:archlinux
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: true
7 changes: 0 additions & 7 deletions .github/workflows/publish-debian-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,3 @@ jobs:
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:debian
labels: ${{ steps.meta.outputs.labels }}

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

0 comments on commit c02aafa

Please sign in to comment.