Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,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 $docker_cmd_args
docker pull bitoai/cra:1.4.5 >&2
exec docker run bitoai/cra:1.4.5 --mode=cli --pr_url $INPUT_PR --command "$INPUT_COMMAND" rest $docker_cmd_args
else
echo "$INPUT_COMMAND is not supported"
exit 0 # Exit the script with a non-zero status code
Expand Down