From 5c5aa78cb580ac22ef98c41a548dfbb2ae7f046e Mon Sep 17 00:00:00 2001 From: rishabhbohra-bito <157113574+rishabhbohra-bito@users.noreply.github.com> Date: Wed, 8 May 2024 17:46:49 +0530 Subject: [PATCH 1/2] Update entrypoint.sh --- entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 1c1f121..8464280 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -23,8 +23,8 @@ done # Run the Docker container from the specified image if [ "$valid_command" = true ]; then - docker pull bitoai/cra:latest >&2 - exec docker run bitoai/cra:latest --mode=cli --pr_url $INPUT_PR --command "$INPUT_COMMAND" rest $INPUT_OPTIONS + docker pull bitoai/cra:bito-4616 >&2 + exec docker run bitoai/cra:bito-4616 --mode=cli --pr_url $INPUT_PR --command "$INPUT_COMMAND" rest $INPUT_OPTIONS else echo "$INPUT_COMMAND is not supported" exit 0 # Exit the script with a non-zero status code From 6c8dc4d18a412297599512ee616d7716da85fdc1 Mon Sep 17 00:00:00 2001 From: rishabhbohra-bito <157113574+rishabhbohra-bito@users.noreply.github.com> Date: Tue, 14 May 2024 09:44:33 +0530 Subject: [PATCH 2/2] Update entrypoint.sh --- entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 8464280..2045d50 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -23,8 +23,8 @@ done # Run the Docker container from the specified image if [ "$valid_command" = true ]; then - docker pull bitoai/cra:bito-4616 >&2 - exec docker run bitoai/cra:bito-4616 --mode=cli --pr_url $INPUT_PR --command "$INPUT_COMMAND" rest $INPUT_OPTIONS + docker pull bitoai/cra:1.2.8 >&2 + exec docker run bitoai/cra:1.2.8 --mode=cli --pr_url $INPUT_PR --command "$INPUT_COMMAND" rest $INPUT_OPTIONS else echo "$INPUT_COMMAND is not supported" exit 0 # Exit the script with a non-zero status code