We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47581fd commit cc9f08dCopy full SHA for cc9f08d
scripts/build-standalone-docker.sh
@@ -13,9 +13,9 @@ GITUSER=webb-tools
13
IMAGE_NAME=protocol-substrate-standalone-node
14
15
# Build the image
16
-echo "Building ${ gitUSER}/${IMAGE_NAME}:latest docker image, hang on!"
17
-time docker build -f ./docker/Standalone.Dockerfile -t ${ gitUSER}/${IMAGE_NAME}:latest .
18
-docker tag ${ gitUSER}/${IMAGE_NAME}:latest ${ gitUSER}/${IMAGE_NAME}:v${ version}
+echo "Building ${GITUSER}/${IMAGE_NAME}:latest docker image, hang on!"
+time docker build -f ./docker/Standalone.Dockerfile -t ${GITUSER}/${IMAGE_NAME}:latest .
+docker tag ${GITUSER}/${IMAGE_NAME}:latest ${GITUSER}/${IMAGE_NAME}:v${VERSION}
19
20
# Show the list of available images for this repo
21
echo "Image is ready"
0 commit comments