From 740fa8128dd6bcdcf6217f4561c5f6c72b293765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ma=CC=88der?= Date: Wed, 6 Feb 2019 14:54:41 +0100 Subject: [PATCH] Fix build target --- hooks/common | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hooks/common b/hooks/common index ba9a3b8..dc60799 100755 --- a/hooks/common +++ b/hooks/common @@ -67,9 +67,9 @@ run_build() { } echo "🤖🤖🤖 Preparing build" -export DOCKER_ORG="index.docker.io/cimnine" -export DOCKER_REPO=netbox-test -export DOCKERHUB_REPO=cimnine/netbox-test +export DOCKER_ORG="index.docker.io/netboxcommunity" +export DOCKER_REPO=netbox +export DOCKERHUB_REPO=netboxcommunity/netbox # mis-using the "${DOCKER_TAG}" variable as "branch to build" export BUILD="${DOCKER_TAG%-*}"