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