script: build-n-push make target

This commit is contained in:
2025-01-12 15:31:24 +05:30
parent c386f2e648
commit 1d5ce487a6

View File

@@ -7,6 +7,9 @@ build:
push:
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:
docker buildx create \
--name container-builder \