Skip to content

Commit

Permalink
fix: correctly set image digest for image-ref-stripped output
Browse files Browse the repository at this point in the history
  • Loading branch information
stigok authored and bateau84 committed Jan 10, 2023
1 parent 22bd843 commit 6c837b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -230,5 +230,5 @@ jobs:
echo "### Image reference" >> $GITHUB_STEP_SUMMARY
echo "- \`<registry>/${{ inputs.name }}:${{ github.sha }}@${digest}\`" >> $GITHUB_STEP_SUMMARY
outputs:
image-ref-stripped: ${{ inputs.name }}:${{ github.sha }}@${{ steps.push.outputs.digest }}
image-ref-stripped: ${{ inputs.name }}:${{ github.sha }}@${{ steps.push.outputs.image-digest }}
image-tags-stripped: ${{ steps.push.outputs.image-tags-stripped }}

0 comments on commit 6c837b2

Please sign in to comment.