Skip to content

Commit

Permalink
Fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
rumpelsepp committed Nov 1, 2024
1 parent 18635f8 commit 0ccd831
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 87 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-arch-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ jobs:
context: containers/arch
file: containers/arch/Containerfile
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/devman:arch
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 }}/devman:arch
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:archlinux
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: true
83 changes: 0 additions & 83 deletions .github/workflows/publish-container.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/publish-debian-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ jobs:
context: containers/debian
file: containers/debian/Containerfile
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/devman:debian
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 }}/devman:debian
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:debian
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: true

0 comments on commit 0ccd831

Please sign in to comment.