REPO=harbor.hq.rosti.cz/library/builder VERSION=35 build: docker build -t ${REPO}:${VERSION} . push: docker push ${REPO}:${VERSION}