Skip to content

Build deploy Docker image in parallel

Jamie Tanna requested to merge feature/separate-build-deploy-job into master

As part of #127 (closed), build the deploy image in parallel to the builder image, as they're unrelated.

This should provide a few minutes of speedup for each run, and make things a little more efficient.

Merge request reports