script: build-n-push make target
This commit is contained in:
3
Makefile
3
Makefile
@@ -7,6 +7,9 @@ build:
|
|||||||
push:
|
push:
|
||||||
docker push code.whiteblossom.xyz/infra/node-external-ip-controller:latest
|
docker push code.whiteblossom.xyz/infra/node-external-ip-controller:latest
|
||||||
|
|
||||||
|
build-n-push:
|
||||||
|
docker buildx build --platform=linux/amd64,linux/arm64 -t code.whiteblossom.xyz/infra/node-external-ip-controller:latest --push -f node-external-ip-controller.Dockerfile . --push
|
||||||
|
|
||||||
builder:
|
builder:
|
||||||
docker buildx create \
|
docker buildx create \
|
||||||
--name container-builder \
|
--name container-builder \
|
||||||
|
|||||||
Reference in New Issue
Block a user