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
2023-08-12 11:09:47 +00:00
VERSION=38
2021-11-02 11:52:34 +00:00
build:
docker build -t ${REPO}:${VERSION} .
push:
docker push ${REPO}:${VERSION}