prepend storjlabs to docker tag (#108)

* port changes

* fixing tag name
This commit is contained in:
Dennis Coyle 2018-06-21 20:08:32 -04:00 committed by Dylan Lott
parent 2181932e31
commit 43cdba29e3

View File

@ -73,8 +73,8 @@ clean-local:
docker network rm test-net || true
images:
docker build --build-arg VERSION=${GO_VERSION} -t overlay:${TAG}-${GO_VERSION} .
docker tag overlay:${TAG}-${GO_VERSION} overlay:latest
docker build --build-arg VERSION=${GO_VERSION} -t storjlabs/overlay:${TAG}-${GO_VERSION} .
docker tag storjlabs/overlay:${TAG}-${GO_VERSION} overlay:latest
push-images:
docker push storjlabs/overlay:${TAG}-${GO_VERSION}