Commit 29f6074d authored by Mike Danese's avatar Mike Danese

drop another beta from the debian-iptables image

parent 885134a8
...@@ -4,9 +4,9 @@ IMAGE = debian-iptables ...@@ -4,9 +4,9 @@ IMAGE = debian-iptables
TAG = v1 TAG = v1
build: build:
docker build -t beta.gcr.io/google_containers/$(IMAGE):$(TAG) . docker build -t gcr.io/google_containers/$(IMAGE):$(TAG) .
push: build push: build
gcloud docker --server=beta.gcr.io push beta.gcr.io/google_containers/$(IMAGE):$(TAG) gcloud docker --server=gcr.io push gcr.io/google_containers/$(IMAGE):$(TAG)
all: push 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