Skip to content

Commit cc9f08d

Browse files
authored
Fix build/publish script (#218)
1 parent 47581fd commit cc9f08d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/build-standalone-docker.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ GITUSER=webb-tools
1313
IMAGE_NAME=protocol-substrate-standalone-node
1414

1515
# 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}
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}
1919

2020
# Show the list of available images for this repo
2121
echo "Image is ready"

0 commit comments

Comments
 (0)