Skip to content

Commit

Permalink
tag and push rhel image (kubernetes#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qing Hao authored and GitHub Enterprise committed Jul 23, 2019
1 parent d0d72ac commit 3e145d4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile.docker
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,16 @@ image\:info: %image\:info:
.PHONY: image\:tag
image\:tag: %image\:tag:
@$(SELF) -s docker:tag-arch
ifeq ($(BUILD_HARNESS_ARCH), amd64)
@$(SELF) -s docker:tag-arch DOCKER_ARCH_URI=$(DOCKER_ARCH_URI)-rhel
endif

.PHONY: image\:push
image\:push: %image\:push:
@$(SELF) -s docker:push-arch
ifeq ($(BUILD_HARNESS_ARCH), amd64)
@$(SELF) -s docker:tag-arch DOCKER_ARCH_URI=$(DOCKER_ARCH_URI)-rhel
endif

.PHONY: image\:release
image\:release: %image\:release: %image\:push

0 comments on commit 3e145d4

Please sign in to comment.