From e23b89ed8b3f59ba1b9fa738c498b703979aa4e7 Mon Sep 17 00:00:00 2001 From: Fl_GUI Date: Sun, 13 Apr 2025 18:43:26 +0200 Subject: [PATCH] fix deploy script --- deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy.sh b/deploy.sh index ac4c8a6..b7bbc83 100755 --- a/deploy.sh +++ b/deploy.sh @@ -61,10 +61,10 @@ fi section="push image" echoSection "" -if [ -z "$CONTAINER_REGISTRY_USERNAME$CONTAINER_REGISTRY_PASSWORD"] ; then +if [ -z "$CONTAINER_REGISTRY_USERNAME$CONTAINER_REGISTRY_PASSWORD" ] ; then echoSection "skip" else - gitbranch="git rev-pars --abrev-ref HEAD" + gitbranch="git rev-parse --abrev-ref HEAD" newimage="containers.openfl.eu/local/yampl:$gitbranch" podman tag $image $newimage -- 2.47.1