Am I understanding correctly that this will build the grease and screach targets in separate, parallel jobs? If so, I worry about wasted work here, since the two jobs will share a lot of the same build dependencies. I wonder if it would be better to build both targets in the same job and then push each of the resulting images at the end of the job.
Originally posted by @RyanGlScott in #674 (comment)
Am I understanding correctly that this will build the
greaseandscreachtargets in separate, parallel jobs? If so, I worry about wasted work here, since the two jobs will share a lot of the same build dependencies. I wonder if it would be better to build both targets in the same job and then push each of the resulting images at the end of the job.Originally posted by @RyanGlScott in #674 (comment)