Add CI
Follow up from #4 (closed)
I understand we need to generate a complex label inside the Dockerfile. We do not want to have this label in our repo, this needs to be generated dynamically by the apb toolkit. Due to the constraints we have with docker builds on shared runners, we'll need to build in 2 steps:
- Prepare the Dockerfile (e.g. using
apb prepare, or manually ), then save the result as build artifact - build the docker image from the saved artifacts (rather than the repository source), using
CONTEXT_DIR