registry.0xdad.com/Makefile

8 lines
143 B
Makefile
Raw Permalink Normal View History

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