Skip to content

Commit

Permalink
Log image digest in docker build (#23007)
Browse files Browse the repository at this point in the history
* Log image digest in docker build

* Update action.yml
  • Loading branch information
KevinMind authored Jan 23, 2025
1 parent de3260d commit d3be26b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/build-docker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,5 @@ runs:
metadata=$(cat ${{ steps.context.outputs.metadata_file }})
echo "digest=$(echo $metadata | jq -r '.web."containerimage.digest"')" >> $GITHUB_OUTPUT
echo "tag=$(echo $metadata | jq -r '.web."image.name"')" >> $GITHUB_OUTPUT
cat $GITHUB_OUTPUT

0 comments on commit d3be26b

Please sign in to comment.