Skip to content

Commit

Permalink
Enhancement (ci): Print tags at end of successful build
Browse files Browse the repository at this point in the history
  • Loading branch information
leojonathanoh committed Dec 5, 2023
1 parent 996a4ff commit d5c8cf6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -366,3 +366,7 @@ EOF
cat .build.state
ls -al .build.state
date -Iseconds

echo
echo "Success:"
docker inspect "$GAME_IMAGE" --format='{{ range .RepoTags }}{{ printf "%s\n" . }}{{ end }}'

0 comments on commit d5c8cf6

Please sign in to comment.