Open natemcintosh opened 1 week ago
Have CI that automatically re-builds the docker image on push to main, and pushes the new image to ACR (or GitHub Container Repo?)
We currently have a Dockerfile, but not an automated way to build it, and push to a container registry. This will add that.
Goal
Have CI that automatically re-builds the docker image on push to main, and pushes the new image to ACR (or GitHub Container Repo?)
Context
We currently have a Dockerfile, but not an automated way to build it, and push to a container registry. This will add that.
Required Features
Useful Links