Skip to content

Makefile: Fix lint/test/fix targets

Ahmon Dancy requested to merge review/dancy/fix-Makefile into main

Something changed where something like $(shell DOCKER_BUILDKIT=1 docker build -qf .pipeline/blubber.yaml --target $@ .) no longer just returns the new image id, so I separated the build and execution steps and used fixed image names.

Merge request reports