From fda345f4a298ef8be837fbff0727f464c1c4eb3d Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Wed, 17 Feb 2016 14:08:34 +0100 Subject: Update registry --- Makefile | 6 +++--- 1 file 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: -- cgit v1.2.3 From c440c5daaf55503844fd8d0a3ffd51280181bb25 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Wed, 17 Feb 2016 14:09:07 +0100 Subject: Disable delete button --- tmpl/root | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmpl/root b/tmpl/root index ee0fa9d..a80f1c2 100644 --- a/tmpl/root +++ b/tmpl/root @@ -16,7 +16,7 @@ {{with .Title}} - + {{end}} -- cgit v1.2.3