Closed
Description
We are adding more and more Docker images (e.g. PyTorch, Central UI, katib etc...).
We need a way to regularly rebuild and push the latest images to a public repository e.g. gcr.io/kubeflow-images-staging or gcr.io/kubeflow-ci
Currently this is all done manually.
Our release process consists of a bunch of Argo workflows.
So if we wanted to automate this we could just create a cron job to invoke run_e2e_workflow.py using a YAML file that specifies all the workflows for a release.
@willb Will any interest in taking this on?