diff --git a/build.sh b/build.sh index 81e14e76..19de7f07 100755 --- a/build.sh +++ b/build.sh @@ -279,7 +279,7 @@ elif [ "$PIPELINE" = 'update' ]; then "$BUILD_CONTEXT" date -Iseconds fi -docker images +docker images "$DOCKER_REPOSITORY" docker inspect "$GAME_IMAGE" docker history "$GAME_IMAGE" @@ -362,3 +362,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 }}'