From da7e2ed8f074088636b9c1df584ce1c1ea137d08 Mon Sep 17 00:00:00 2001 From: Jason Fox Date: Mon, 24 Jul 2023 10:34:01 +0200 Subject: [PATCH] Update image-clone.sh --- .github/fiware/image-clone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/fiware/image-clone.sh b/.github/fiware/image-clone.sh index 515e84fc51..1a5df7baf2 100755 --- a/.github/fiware/image-clone.sh +++ b/.github/fiware/image-clone.sh @@ -4,7 +4,7 @@ SOURCE="telefonicaiot/fiware-orion" DOCKER_TARGET="fiware/$(basename $(git rev-parse --show-toplevel))" QUAY_TARGET="quay.io/fiware/$(basename $(git rev-parse --show-toplevel))" -VERSION=$(git describe --tags $(git rev-list --tags --max-count=1)) +VERSION=$(git describe --exclude 'FIWARE*' --tags $(git rev-list --tags --max-count=1)) function clone { echo 'cloning from '"$1 $2"' to '"$3"