aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 260a0df..2cd2ee2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,11 @@
-TAG = monique.moccu:5000/gowiki
+TAG = registry.moccu/gowiki
-all: publish
+all: push
build:
docker build -t ${TAG} --rm --no-cache .
-publish: build
+push: build
docker push ${TAG}
clean: