mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Merge pull request #17379 from mikedanese/beta-deb
Auto commit by PR queue bot
This commit is contained in:
commit
8dc51efa04
@ -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