Files
rdns-go/Makefile
tchivert 8991c43758
build / build (push) Has been cancelled
Updated modules and build steps
2024-12-16 23:54:15 +01:00

12 lines
186 B
Makefile

NAME = rdns
USER = tchivert
REGISTRY = git.rznet.fr
all: build push
build:
docker build . -t ${REGISTRY}/${USER}/${NAME}:latest
push:
docker push ${REGISTRY}/${USER}/${NAME}:latest