j-reher / bossdocker

Docker container to run BOSS in a development environment
GNU General Public License v3.0
0 stars 0 forks source link

Make "deploy latest" update containers #110

Closed j-reher closed 2 years ago

j-reher commented 2 years ago

Currently, the workflow to deploy all versions only deploys missing containers unless triggered manually.

This is the correct behavior if the trigger is a change to versions.txt, but not if the Docker files have changed! Need to implement a switch for that.

j-reher commented 2 years ago

Similarly, deploy all versions must only run if the preceeding run of "Deploy Latest" succeeds!