CDCgov / cfa-rt-postprocessing

Apache License 2.0
0 stars 0 forks source link

Add CI to build the docker image on push to main #14

Open natemcintosh opened 1 week ago

natemcintosh commented 1 week ago

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