Skip to content

Commit

Permalink
Set an artifact name per deployed app
Browse files Browse the repository at this point in the history
  • Loading branch information
mpanne committed May 8, 2024
1 parent b1e9a4a commit 025213e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
uses: digitalservicebund/create-sbom@9535ef832c2895b44b7266f84e16ad7598d1ead9 # main
with:
image_name: ${{ env.IMAGE_NAME }}:${{ github.sha }}
artifact_name: SBOM-${{ inputs.name }}

- name: Sign the published Docker image
run: cosign sign --yes ghcr.io/${{ env.IMAGE_NAME }}:${{ github.sha }}
Expand Down

0 comments on commit 025213e

Please sign in to comment.