Browse Source

change image name

master
soekarmana 5 years ago
parent
commit
cc87ffd3cc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build-image.sh

+ 1
- 1
build-image.sh View File

@ -2,7 +2,7 @@
set -e
set -o xtrace
IMAGE_NAME=warmup_welcome
IMAGE_NAME=HackTheGame-v002
# clean old images
OLD_IMAGES=$(docker images $IMAGE_NAME -q --no-trunc)

Loading…
Cancel
Save