From 596e54ab638b10072fed620f351491f13c9748e7 Mon Sep 17 00:00:00 2001 From: Vincent Fiduccia Date: Fri, 13 Apr 2018 11:02:13 -0700 Subject: [PATCH] Update publish script --- scripts/publish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/publish b/scripts/publish index 42112fe20ac..293ecd50bb7 100755 --- a/scripts/publish +++ b/scripts/publish @@ -11,7 +11,7 @@ fi echo "Pulling Theme..." && \ docker pull rancherlabs/website-theme:latest && \ echo "Building Image..." && \ -docker build -t rancherlabs/website:latest . && \ +docker build -t rancher/docs:latest . && \ echo "Pushing Image..." && \ -docker push rancherlabs/website:latest && \ +docker push rancher/docs:latest && \ echo "OK"