mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 19:28:16 +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