From: Fl_GUI Date: Sun, 13 Apr 2025 16:47:27 +0000 (+0200) Subject: fix deploy script X-Git-Url: https://git.openfl.eu/?a=commitdiff_plain;h=a661769576f3f1db928f41268c6cec9499f66d55;p=yampl.git fix deploy script --- diff --git a/deploy.sh b/deploy.sh index 3582e1e..a935448 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 --abbrev-ref HEAD) newimage="containers.openfl.eu/local/yampl:$gitbranch" podman tag $image $newimage