xanderdunn / kube-state-rs

A stateless Kubernetes service in Rust to preserve node state between removing and adding nodes in a cluster
0 stars 0 forks source link

Push/Pull CI Docker Image to Registry #2

Open xanderdunn opened 11 months ago

xanderdunn commented 11 months ago

In CI we build a Docker image. We can save CI run time by pushing the built image to a registry and pulling from the registry at the start of each CI run. Only changes will be re-built.