mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 03:57:41 +00:00
drop another beta from the debian-iptables image
This commit is contained in:
parent
885134a855
commit
29f6074d96
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user