Skip to content

makefile: create dependencies between pushing images and building images

Pierre-Yves David requested to merge topic/default/fix-makefile into branch/default

This should avoid pushing images that we did not built yet.

(otherwise, make all start building and pushing at the same time.

Merge request reports