Skip to content

Commit

Permalink
Add missing step to create docker version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkoyun committed Apr 20, 2020
1 parent 7750827 commit c1cb0ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ container-push: container

.PHONY: container-release
container-release: container
@docker tag $(DOCKER_REPO):$(VCS_BRANCH)-$(BUILD_DATE)-$(VERSION) $(DOCKER_REPO):$(VERSION)
docker push $(DOCKER_REPO):$(VERSION)
docker push $(DOCKER_REPO):latest

Expand Down

0 comments on commit c1cb0ff

Please sign in to comment.