Skip to content

Commit c80b754

Browse files
author
wimo7083
committed
moved echo after the creation of IMAGE_NAME
1 parent 8e472c7 commit c80b754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/publish

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66

77
set -eu
88

9-
echo "IMAGE_NAME $IMAGE_NAME"
109

1110
DOCKER_REPO="operationcode/resources-api"
1211
IMAGE_NAME="resources-api"
12+
echo "IMAGE_NAME $IMAGE_NAME"
1313

1414
IMAGE_ID=$(docker images $IMAGE_NAME:latest --format "{{.ID}}")
1515

0 commit comments

Comments
 (0)