Skip to content

Commit

Permalink
Fix build/publish script (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
drewstone authored May 30, 2022
1 parent 47581fd commit cc9f08d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/build-standalone-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ GITUSER=webb-tools
IMAGE_NAME=protocol-substrate-standalone-node

# Build the image
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}
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}

# Show the list of available images for this repo
echo "Image is ready"
Expand Down

0 comments on commit cc9f08d

Please sign in to comment.