Skip to content

Commit

Permalink
ci(.github)[SEC-1084]: fix image digest for provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
saisatishkarra committed Apr 26, 2024
1 parent f061d8e commit 2d480b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
IMAGE_TAGS: ${{ needs.build-images.outputs.image_tags }}
outputs:
image_name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
image_manifest_sha: ${{ steps.image_manifest_metadata.outputs.image_manifest_sha }}
image_manifest_sha: ${{ steps.image_manifest_metadata.outputs.sha }}
notary_repository: ${{ env.NOTARY_REPOSITORY }}
steps:

Expand Down

0 comments on commit 2d480b7

Please sign in to comment.