registry.0xdad.com/Makefile

8 lines
143 B
Makefile

.PHONY: build
build:
docker build -t registry.0xdad.com/reg:latest .
.PHONY: deploy
deploy: build
docker push registry.0xdad.com/reg:latest