Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

Commit ab25c0c

Browse files
committed
typo
Signed-off-by: Jeroen Knoops <jeroen.knoops@philips.com>
1 parent 8c671bd commit ab25c0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ fi
6868

6969
if [ -n "${DOCKER_REGISTRY}" ]; then
7070
echo "DEPRECATION WARNING: DOCKER_REGISTRY will be replaced by REGISTRY_URL in the next release. Please update scripts." >> "$GITHUB_STEP_SUMMARY"
71-
export REGISTRY_URL="${DOCKER_REGISTRY}
71+
export REGISTRY_URL="${DOCKER_REGISTRY}"
7272
fi
7373

7474
"${FOREST_DIR}"/docker_build_and_push.sh "$1" "$2" "$5" "$3"

0 commit comments

Comments
 (0)