ukf / ukf-testbed

UK federation tooling testbed
Apache License 2.0
1 stars 1 forks source link

Add GitHub Action to build validator and driver images #6

Closed philsmart closed 1 year ago

philsmart commented 1 year ago

I added each docker build command to the Action, rather than calling the build-image scripts. It seems a tighter integration into the Action workflow. But I can change that if undesirable.

philsmart commented 1 year ago

Updated the Action to continue a single job with multiple steps. Which, for this task, is actually faster than the parallel jobs approach (it only needs to setup one container) as @iay suggested.

iay commented 1 year ago

"Premature optimization is the root of all evil"