Skip to content

Commit 7a42ab5

Browse files
committed
add the sbom action
1 parent 501a850 commit 7a42ab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Generate SBOM for the dev Docker image
7474
uses: anchore/sbom-action@v0
7575
with:
76-
image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.tags }}
76+
image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
7777
output-file: sbom-image-latest.json
7878
registry-username: ${{ github.actor }}
7979
registry-password: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)