Skip to content

Commit

Permalink
Fixed Tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBurchLog committed Oct 13, 2020
1 parent 4eab50e commit 3d7b1ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ docker-build: ## build the docker images
docker build -t $(DOCKER_NAME):python3-onbuild-$(VERSION) --build-arg VERSION=$(VERSION) -f docker/python3/onbuild/Dockerfile .
docker build -t $(DOCKER_NAME):python2-$(VERSION) --build-arg VERSION=$(VERSION) -f docker/python2/Dockerfile .
docker build -t $(DOCKER_NAME):python2-onbuild-$(VERSION) --build-arg VERSION=$(VERSION) -f docker/python2/onbuild/Dockerfile .
docker tag $(DOCKER_NAME):latest $(DOCKER_NAME):python3-$(VERSION)
docker tag $(DOCKER_NAME):python3 $(DOCKER_NAME):python3-$(VERSION)
docker tag $(DOCKER_NAME):python2 $(DOCKER_NAME):python2-$(VERSION)
docker tag $(DOCKER_NAME):python3-$(VERSION) $(DOCKER_NAME):latest
docker tag $(DOCKER_NAME):python3-$(VERSION) $(DOCKER_NAME):python3
docker tag $(DOCKER_NAME):python2-$(VERSION) $(DOCKER_NAME):python2

# Documentation
docs: ## generate Sphinx HTML documentation, including API docs
Expand Down

0 comments on commit 3d7b1ff

Please sign in to comment.