Skip to content

Tag `deploy` and `builder` images as latest

Jamie Tanna requested to merge feature/tag-latest-images into master
  • Parallelise each step, as i.e. built can be done much quicker than builder so we may as well take advantage of multiple CI runners going in parallel.
  • Rename our release image variable names for clarity - they are the non-release variables prefixed with RELEASE_.
  • Rule of Three made it obvious to create a helper script that would reduce the boilerplate of tagging images.

Closes #126 (closed).

Merge request reports