Skip to content

Commit

Permalink
bug fix - mcr latest tag was not correct
Browse files Browse the repository at this point in the history
  • Loading branch information
eladiw authored and omri374 committed May 1, 2019
1 parent 44d01e7 commit d025985
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,12 @@ ifeq ($(RELEASE_VERSION),)
endif
docker pull $(DOCKER_REGISTRY)/$*:$(PRESIDIO_LABEL)
docker image tag $(DOCKER_REGISTRY)/$*:$(PRESIDIO_LABEL) $(DOCKER_REGISTRY)/$*:$(RELEASE_VERSION)
docker image tag $(DOCKER_REGISTRY)/$*:$(PRESIDIO_LABEL) $(DOCKER_REGISTRY)/public/$*:$(RELEASE_VERSION)
docker push $(DOCKER_REGISTRY)/$*:$(RELEASE_VERSION)
docker push $(DOCKER_REGISTRY)/public/$*:$(RELEASE_VERSION)

docker image tag $(DOCKER_REGISTRY)/$*:$(PRESIDIO_LABEL) $(DOCKER_REGISTRY)/$*:latest
docker image tag $(DOCKER_REGISTRY)/$*:$(PRESIDIO_LABEL) $(DOCKER_REGISTRY)/public/$*:latest
docker push $(DOCKER_REGISTRY)/$*:latest
docker push $(DOCKER_REGISTRY)/public/$*:latest

Expand Down

0 comments on commit d025985

Please sign in to comment.