builder/Makefile

9 lines
136 B
Makefile
Raw Normal View History

2021-11-02 11:52:34 +00:00
REPO=harbor.hq.rosti.cz/library/builder
VERSION=35
build:
docker build -t ${REPO}:${VERSION} .
push:
docker push ${REPO}:${VERSION}