Skip to content

Commit

Permalink
Merge pull request kubernetes#17379 from mikedanese/beta-deb
Browse files Browse the repository at this point in the history
Auto commit by PR queue bot
  • Loading branch information
k8s-merge-robot committed Nov 18, 2015
2 parents 2afe517 + 29f6074 commit 8dc51ef
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 8dc51ef

Please sign in to comment.