Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor/splitting testnet #225

Merged
merged 20 commits into from Aug 20, 2019

Fixing typo

  • Loading branch information
Freydal committed Aug 19, 2019
commit c6604bd473c57b80584d23ca81d030e68b12e4c1
@@ -13,7 +13,7 @@ IMAGE_LABEL_VERSION="$IMAGE_HOST/$IMAGE_NAME:$IMAGE_VERSION"
IMAGE_LABEL_LATEST="$IMAGE_HOST/$IMAGE_NAME:latest"

# build kosu-geth image, tag as latest and push both to GCR
docker build -t $IMAGE_LABEL_VERSION . -f DOCKER_FILE
docker build -t $IMAGE_LABEL_VERSION . -f $DOCKER_FILE
docker tag $IMAGE_LABEL_VERSION $IMAGE_LABEL_LATEST
docker push $IMAGE_LABEL_VERSION
docker push $IMAGE_LABEL_LATEST
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.