From 92f28c81f8cbd295dcaf6adcde6733cde23fdcf9 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Mon, 20 Feb 2023 15:58:37 +0100 Subject: [PATCH] corrected example configuration --- deployment/build-branded-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/build-branded-images.sh b/deployment/build-branded-images.sh index 90e6729c0..7b3bb3a00 100755 --- a/deployment/build-branded-images.sh +++ b/deployment/build-branded-images.sh @@ -3,7 +3,7 @@ # for a branded version you should pass the following env variables: # CONFIGURATION - your configuration folder name # DOCKERHUB_ORGANISATION - your dockerhub organisation -# OCELOT_VERSION - specify the specific tag to build upon e.g. 2.4.0-291 +# OCELOT_VERSION - specify the specific tag to build upon e.g. 2.4.0-300 # base setup SCRIPT_PATH=$(realpath $0)