Skip to content

Commit

Permalink
remove push deps with default tag (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
balteravishay authored and eladiw committed Jun 2, 2019
1 parent 1062526 commit 5c73e67
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@ docker-build: $(addsuffix -dimage,$(IMAGES))
docker build $(DOCKER_BUILD_FLAGS) --build-arg REGISTRY=$(DOCKER_REGISTRY) --build-arg VERSION=$(VERSION) --build-arg PRESIDIO_DEPS_LABEL=$(PRESIDIO_DEPS_LABEL) -t $(DOCKER_REGISTRY)/$*:$(PRESIDIO_LABEL) -f $*/Dockerfile .

# You must be logged into DOCKER_REGISTRY before you can push.
.PHONY: docker-push-deps
docker-push-deps:
docker push $(DOCKER_REGISTRY)/$(PYTHON_DEPS):$(PRESIDIO_DEPS_LABEL)
docker push $(DOCKER_REGISTRY)/$(GOLANG_DEPS):$(PRESIDIO_DEPS_LABEL)

.PHONY: docker-push-latest-deps
docker-push-latest-deps:
docker image tag $(DOCKER_REGISTRY)/$(PYTHON_DEPS):$(PRESIDIO_DEPS_LABEL) $(DOCKER_REGISTRY)/$(PYTHON_DEPS):latest
Expand Down

0 comments on commit 5c73e67

Please sign in to comment.