aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-02-17 14:08:34 +0100
committerDimitri Sokolyuk <demon@dim13.org>2016-02-17 14:08:34 +0100
commitfda345f4a298ef8be837fbff0727f464c1c4eb3d (patch)
tree2e7e26d78fe2960e952b044d7cd25aaa39f1613e
parentee22fe4ee5fc422d9e245e322801c1842803dfd6 (diff)
Update registry
-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: