Skip to content

Commit f9efbc6

Browse files
committed
[SEM-525] Correct image name
1 parent 1318e5d commit f9efbc6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker_env/make_docker.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
set -eu
77

88
DOCKER_BUILD_ONLY_CACHE="${DOCKER_BUILD_ONLY_CACHE:-no}"
9-
DOCKER_IMAGE_NAME="${DOCKER_IMAGE_NAME:-libCharon}"
9+
DOCKER_IMAGE_NAME="${DOCKER_IMAGE_NAME:-libcharon}"
1010
DOCKER_REGISTRY_NAME="ghcr.io/ultimaker/${DOCKER_IMAGE_NAME}"
1111

1212
echo "Checking for image updates"
@@ -26,7 +26,7 @@ else
2626
fi
2727
fi;
2828

29-
DOCKER_WORK_DIR="${WORKDIR:-/build/libCharon}"
29+
DOCKER_WORK_DIR="${WORKDIR:-/build/libcharon}"
3030
PREFIX="/usr"
3131

3232
run_in_docker()

0 commit comments

Comments
 (0)