fix: tag image as localhost/humor-units to avoid docker.io expansion
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
set -euo pipefail
|
||||
|
||||
TAG="${1:-latest}"
|
||||
IMAGE="humor-units:$TAG"
|
||||
IMAGE="localhost/humor-units:$TAG"
|
||||
ARCHIVE="/tmp/humor-units.tar"
|
||||
# Space-separated list of node SSH targets
|
||||
NODES="${NODES:-node1 node2}"
|
||||
|
||||
Reference in New Issue
Block a user