GeroVanMi / algorithmic-quartet-mlops

A showcase Machine Learning Operations (MLOps) Project.
0 stars 1 forks source link

Automatically update changes to the CI pipeline #35

Closed GeroVanMi closed 4 months ago

GeroVanMi commented 4 months ago

Currently the CI pipeline needs to be updated manually with a docker build command.

docker build -t europe-west9-docker.pkg.dev/algorithmic-quartet/training-pipelines/lightning-executor:latest
docker push europe-west9-docker.pkg.dev/algorithmic-quartet/training-pipelines/lightning-executor:latest

We could also automate this by building the container whenever something in the CI folder has changed.

GeroVanMi commented 4 months ago

Done.