| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2021-12-26 | CI: combine coverage data from all matrix jobs | -21/+39 | ||
| 2021-12-26 | CI: pass artefact name as an input to workflows | -10/+28 | ||
| Make the artefact and file names identical to simplify things. The artefact name doesn't have to be unique anyway since it can only be downloaded by the same workflow run. | ||||
| 2021-12-26 | CI: use buildx's integrated GH Actions cache feature | -12/+18 | ||
| 2021-12-26 | CI: use build-push-action to output an image tarball | -4/+1 | ||
| load: true was already creating a tarball, but it was getting immediately loaded. Since no other Docker builds run in this job, it's useless to load it. The action can still be leveraged to create the tarball instead of manually invoking `docker save`. | ||||
| 2021-12-26 | CI: use reusable workflows as jobs in main workflow | -242/+27 | ||