From: Fl_GUI Date: Sun, 13 Apr 2025 16:43:58 +0000 (+0200) Subject: fix deploy script X-Git-Url: https://git.openfl.eu/?a=commitdiff_plain;h=606daaf58a9694bf8577246f9a361951a44c53df;p=yampl.git fix deploy script --- diff --git a/deploy.sh b/deploy.sh index b7bbc83..3582e1e 100755 --- a/deploy.sh +++ b/deploy.sh @@ -64,7 +64,7 @@ echoSection "" if [ -z "$CONTAINER_REGISTRY_USERNAME$CONTAINER_REGISTRY_PASSWORD" ] ; then echoSection "skip" else - gitbranch="git rev-parse --abrev-ref HEAD" + gitbranch=$(git rev-parse --abrev-ref HEAD) newimage="containers.openfl.eu/local/yampl:$gitbranch" podman tag $image $newimage