Skip to content

Commit

Permalink
Merge pull request #103 from rramkumar1/patch-1
Browse files Browse the repository at this point in the history
Modify VERSION to use "latest" in push-e2e target
  • Loading branch information
nicksardo authored Jan 11, 2018
2 parents e7b3066 + f8016bf commit 2d0d472
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@ VERBOSE ?= 0
include build/rules.mk

# Additional rule to build an image of glbc for e2e testing.
# TODO(rramkumar): Find a way not to use "latest" as the tag.
push-e2e:
@$(MAKE) --no-print-directory REGISTRY=gcr.io/e2e-ingress-gce CONTAINER_PREFIX=ingress-gce-e2e containers push
@$(MAKE) --no-print-directory REGISTRY=gcr.io/e2e-ingress-gce VERSION=latest CONTAINER_PREFIX=ingress-gce-e2e containers push

0 comments on commit 2d0d472

Please sign in to comment.