mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-11 14:11:14 +00:00
Always --pull in docker build to ensure recent base images
This commit is contained in:
@@ -18,7 +18,7 @@ VERSION=v1
|
||||
.PHONY: build push
|
||||
|
||||
build:
|
||||
docker build -t "$(IMAGE):$(VERSION)" .
|
||||
docker build --pull -t "$(IMAGE):$(VERSION)" .
|
||||
|
||||
push:
|
||||
gcloud docker -- push "$(IMAGE):$(VERSION)"
|
||||
|
Reference in New Issue
Block a user