We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bef409 commit 4efc5b7Copy full SHA for 4efc5b7
.github/workflows/publish_container.yaml
@@ -73,7 +73,7 @@ jobs:
73
- name: Generate SBOM for the dev Docker image
74
uses: anchore/sbom-action@v0
75
with:
76
- image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-development:${{ steps.meta.outputs.tags }}
+ image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.tags }}
77
output-file: sbom-image-latest.json
78
- name: Attest image
79
uses: github-early-access/generate-build-provenance@main
0 commit comments