https://github.com/tilt-dev/ctlptl#minikube-with-a-built-in-registry
ctlptl create registry ctlptl-registry --port=5005
ctlptl create cluster kind --registry=ctlptl-registry
export GITHUB_ACCESS_TOKEN=...
tilt up
kubectl patch serviceaccount argo-workflow -p '{"imagePullSecrets": [{"name": "ctlptl-regcred"}]}' -n argo