From fe82d10aebf61dee86ef774e9c9307a51fe11286 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ma=CC=88der?= Date: Fri, 9 Jun 2017 13:05:02 +0200 Subject: [PATCH] Changes the build script's messages to be more precise --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 6309dca..fb2d886 100755 --- a/build.sh +++ b/build.sh @@ -41,7 +41,7 @@ docker build -f Dockerfile -t "${DOCKER_REPO}/netbox:${TAG}" --build-arg "BRANCH echo "✅ Finished building the Docker images '${DOCKER_REPO}/netbox:${TAG}'" if [ "${2}" == "--push" ] ; then - echo "⏫ Pushing 'netbox:${BRANCH}" + echo "⏫ Pushing '${DOCKER_REPO}/netbox:${BRANCH}" docker push "${DOCKER_REPO}/netbox:${TAG}" - echo "✅ Finished pushing the Docker images." + echo "✅ Finished pushing the Docker image '${DOCKER_REPO}/netbox:${TAG}'." fi