Docker – Build and deploy image to Kubernetes cluster in one step with ARC self-hosted runner
I'm writing a Github action to build a docker image and deploy it to a k8s cluster, and currently am having to build, push the image to a repo, and then kubectl apply in the standard way to deploy it.…