mcneilco / acas

http://mcneilco.com/acas.html
GNU General Public License v3.0
12 stars 5 forks source link

Enable Docker build caching for ACAS #1134

Closed bffrost closed 1 year ago

bffrost commented 1 year ago

Description

ACAS builds take a while. It'd be nice to speed these up by caching docker layers. I also threw in a change to the triggers of the CI workflow, as it seemed to be overeager and was triggering whenever a new branch was created and pushed, rather than only when tags (refs/tags) were pushed.

Related Issue

How Has This Been Tested?

It will be tested by the GHA runs on this PR