Commit 48cd904a authored by Dawn Chen's avatar Dawn Chen

Makefile for build pause image and push to gcr.io

parent 0907143f
.PHONY: build push
IMAGE = pause
TAG = 0.8.0
build:
./prepare.sh
docker build -t gcr.io/google_containers/$(IMAGE):$(TAG) .
push: build
gcloud preview docker push gcr.io/google_containers/$(IMAGE):$(TAG)
all: push
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment