From 6055cafd4aaa29045bbe2784c7e15b86ae286539 Mon Sep 17 00:00:00 2001 From: "Alex Ellis (VMware)" Date: Fri, 24 Aug 2018 10:49:15 +0100 Subject: [PATCH] Set Docker image NS to openfaas This was altered to "alexellis" for building a testing image, but shouldn't have been pushed. Reverting. Signed-off-by: Alex Ellis (VMware) --- gateway/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gateway/build.sh b/gateway/build.sh index 37b70f12..763879e9 100755 --- a/gateway/build.sh +++ b/gateway/build.sh @@ -19,7 +19,7 @@ if [ "$1" ] ; then fi fi -NS=alexellis +NS=openfaas echo Building $NS/gateway:$eTAG