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