ingress-nginx-helm/echoheaders/Makefile
Manuel de Brito Fontes 6ead83512e Revert redirect to ssl
2016-05-19 16:11:51 -03:00

11 lines
215 B
Makefile

all: push
# TAG 0.0 shouldn't clobber any release builds
TAG = 1.4
PREFIX = gcr.io/google_containers/echoserver
container:
docker build -t $(PREFIX):$(TAG) .
push: container
gcloud docker push $(PREFIX):$(TAG)