Closed bickelj closed 6 months ago
I just contradicted myself (vs this old issue) in one of the last merged commits where I said it would be nice to be able to make changes to the deploy scripts without automatically causing a deployment. I can see it my old self's way too.
We can revisit if there is an issue.
Right now if you make manual changes to the
compose.yml
, in order to make that code get to the test environment, you also have to manually tag and push the tag in order for the workflow to pick it up. It would be good to split apart the presentupdate-service-image.yml
steps into two actions. One will do the updates for a service image on the main branch, but then the tag step can happen on every push/update/merge to main, which will include both the auto-updates fromupdate-service-image.yml
and also manually merged updates.