Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AUT-270: implement new deployment workflow for autograph
In AUT-326 we decided that we would: * Deploy stage in response to new version tags in the autograph repository * Avoid rebuilding docker images when pushing a version tag to dockerhub (we will instead pull the docker image we deployed to dev from the ref that we tagged) This commit implements this. You can see example runs of this for the push and release cases in: * https://github.com/bhearsum/autograph-edge/actions/runs/11578701794/job/32233148148 * https://github.com/bhearsum/autograph-edge/actions/runs/11578752320/job/32233325739
- Loading branch information