diff --git a/entrypoint.sh b/entrypoint.sh index 6de3b80..81d9cdc 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,7 +2,7 @@ set -ex -make container/${IMAGE_NAME}-${IMAGE_VERSION} $@ +make container/${IMAGE_NAME}-${IMAGE_TAG} $@ make boot.iso $@