have circleci push images up

This commit is contained in:
2019-10-27 06:31:06 -07:00
parent b4a7f23815
commit 69aa773ba3
2 changed files with 7 additions and 2 deletions

View File

@@ -62,3 +62,7 @@ upload-docker-image: build-docker-image
docker push $(IMAGENAME):$(VERSION)
docker push $(IMAGENAME):$(BUILDTIMETAG)
docker push $(IMAGENAME):latest
ci-upload-images:
docker push $(IMAGENAME):$(VERSION)
docker push $(IMAGENAME):$(BUILDTIMETAG)