Skip to content

build-images.py: docker_build: Move context dir to end of arguments

Ahmon Dancy requested to merge main-I82fef8df7f4f32461c42bb22daf3fb2aabff310a into main

docker_build():

Put the context directory at the end of the docker build command list
to make its log message easier to read. For the same reason,
use --tag instead of -t.

Edited by Ahmon Dancy

Merge request reports