mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +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
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user