Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: Jeroen Knoops <jeroen.knoops@philips.com>
  • Loading branch information
JeroenKnoops committed Aug 31, 2022
1 parent 8c671bd commit ab25c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ fi

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

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

0 comments on commit ab25c0c

Please sign in to comment.