builder/Makefile
Adam Štrauch 6aabe7acc4
Some checks failed
continuous-integration/drone Build is failing
Version 38 with task
2023-08-12 13:09:47 +02:00

9 lines
136 B
Makefile

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