Skip to content

Commit

Permalink
artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
listlessbird committed Nov 5, 2024
1 parent 2c70425 commit 849dfc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ jobs:
- name: Generate artifact attestation for renderer
uses: actions/attest-build-provenance@v1
with:
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}-renderer
subject-digest: ${{ steps.push-renderer.outputs.digest }}
push-to-registry: true

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

0 comments on commit 849dfc2

Please sign in to comment.