CI: tools: reogranize and split workflow
authorChristian Marangi <ansuelsmth@gmail.com>
Fri, 9 Dec 2022 17:09:32 +0000 (18:09 +0100)
committerChristian Marangi <ansuelsmth@gmail.com>
Sat, 24 Dec 2022 11:09:23 +0000 (12:09 +0100)
commitaf4417418749b9233c5a205affbcdea659cc685b
tree971f3a8e19731f34240d8b7a03fa20877ba21766
parentf649a7b5f337f1b2a69879b45ebafffec1380011
CI: tools: reogranize and split workflow

Generilize tools workflow for future usage in shared workflow for tools
build.

Split tools workflow to tools and push-containers:
- tools just execute build test
- push-containers build and push prebuilt containers

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
.github/workflows/build-tools.yml [new file with mode: 0644]
.github/workflows/push-containers.yml [new file with mode: 0644]
.github/workflows/tools.yml