Skip to content

Commit

Permalink
drop another beta from the debian-iptables image
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedanese committed Nov 17, 2015
1 parent 885134a commit 29f6074
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/debian-iptables/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ IMAGE = debian-iptables
TAG = v1

build:
docker build -t beta.gcr.io/google_containers/$(IMAGE):$(TAG) .
docker build -t gcr.io/google_containers/$(IMAGE):$(TAG) .

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

0 comments on commit 29f6074

Please sign in to comment.