CDCgov / wastewater-informed-covid-forecasting

Wastewater-informed COVID-19 forecasting models submitted to the COVID-19 Forecast Hub
https://cdcgov.github.io/wastewater-informed-covid-forecasting/
Apache License 2.0
38 stars 6 forks source link

Build and push latest image in CI #44

Open kaitejohnson opened 1 week ago

kaitejohnson commented 1 week ago

Problem

Want to use CI to build and push the latest container image so it doesn't need to be built locally

Context

we could also extend this by tagging builds by branch so that feature branches etc get a prebuilt container that we can test in batch

This will likely be helpful: https://github.com/marketplace/actions/azure-container-registry-login

multisignal-epi-inference has done something similar https://github.com/CDCgov/multisignal-epi-inference/pull/107