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.
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