From 42b307ff7bb0ba7ae4f45165fdb75d25e748875f Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Wed, 7 Feb 2024 22:46:35 +0100 Subject: [PATCH] fix image name in deploy script --- deployment/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/deploy.sh b/deployment/deploy.sh index f9a9327..2657cbe 100755 --- a/deployment/deploy.sh +++ b/deployment/deploy.sh @@ -6,7 +6,7 @@ if [ "$IMAGE_TAG" == "" ]; then fi -IMAGE_NAME=gitea.hottis.de/wn/udi +IMAGE_NAME=$FORGE_NAME/$CI_REPO CONFIG_FILE=config.json