aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/protoc.py (unfollow)
Commit message (Collapse)AuthorLines
2021-12-26CI: use build-push-action to output an image tarballGravatar MarkKoz-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-26CI: use reusable workflows as jobs in main workflowGravatar MarkKoz-242/+27