Skip to content

Commit

Permalink
Fix SBOM publishing
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Scholz <[email protected]>
  • Loading branch information
scholzj committed Oct 2, 2023
1 parent 4704274 commit 355481b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure/templates/jobs/push_container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
COSIGN_PRIVATE_KEY: $(COSIGN_PRIVATE_KEY)
- bash: tar -z -C ./sbom/ -cvpf sbom.tar.gz ./
displayName: "Tar the SBOM files"
- publish: $(System.DefaultWorkingDirectory)/sbom.tar.gz
- publish: $(System.DefaultWorkingDirectory)/sbom-${{ parameters.dockerTag }}.tar.gz
artifact: SBOMs
displayName: "Publish the SBOM files"
# push the SBOMs to container registry only for releases
Expand Down

0 comments on commit 355481b

Please sign in to comment.