From 2692b3c6b7d42c7ed1c2cb478cb8ca538194143c Mon Sep 17 00:00:00 2001 From: Fl_GUI Date: Sun, 13 Apr 2025 19:02:41 +0200 Subject: [PATCH] fix deploy script --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 446beb8..a9964bd 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 branch --contains HEAD --format='%(refname:short)' | tail -n -1 | head -n 1 + gitbranch=$(git branch --contains HEAD --format='%(refname:short)' | tail -n -1 | head -n 1) newimage="containers.openfl.eu/local/yampl:$gitbranch" podman tag $image $newimage -- 2.47.1