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 7a42ab5 commit 03fd52dCopy full SHA for 03fd52d
.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 }}
+ image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
77
output-file: sbom-image-latest.json
78
registry-username: ${{ github.actor }}
79
registry-password: ${{ secrets.GITHUB_TOKEN }}
0 commit comments