mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-12-26 00:42:46 +00:00
ci: print build result to github actions summary
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
This commit is contained in:
parent
fa5ec6f3b6
commit
e3d6eb28dd
|
|
@ -160,5 +160,9 @@ jobs:
|
|||
working-directory: ${{ runner.temp }}/digests
|
||||
run: |
|
||||
for i in *; do
|
||||
docker buildx imagetools inspect "tunathu/$i:${{ steps.docker_tag.outputs.docker_tag }}"
|
||||
DOCKER_IMG="tunathu/$i:${{ steps.docker_tag.outputs.docker_tag }}"
|
||||
echo "## $DOCKER_IMG" >> $GITHUB_STEP_SUMMARY
|
||||
echo "```" >> $GITHUB_STEP_SUMMARY
|
||||
docker buildx imagetools inspect "$DOCKER_IMG" | tee -a $GITHUB_STEP_SUMMARY
|
||||
echo "```" >> $GITHUB_STEP_SUMMARY
|
||||
done
|
||||
|
|
|
|||
Loading…
Reference in New Issue