kustomize := "bazel run --config=quiet //hack/tools:kustomize --" push := "bazel run --config=quiet //cmd/tools/pusha --" version := "v4.1.1" push_repo := "us-east1-docker.pkg.dev/ret-edge-pltf-infra/workloads" # Ensure to update the image refs in //:hack/deps/images.bzl update: bazel run //third_party/k8s/multus:write_multus_daemonset # push images to workloads registry push: {{push}} --tag={{version}} --repo={{push_repo}} //hack/deps:multus_cni_container_push test-container-pull: bazel fetch @multus_cni