We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c7eb14 commit a2bd916Copy full SHA for a2bd916
entrypoint.sh
@@ -30,8 +30,8 @@ done
30
31
# Run the Docker container from the specified image
32
if [ "$valid_command" = true ]; then
33
- docker pull bitoai/cra:1.3.0 >&2
34
- exec docker run bitoai/cra:1.3.0 --mode=cli --pr_url $INPUT_PR --command "$INPUT_COMMAND" rest $INPUT_OPTIONS
+ docker pull bitoai/cra:latest >&2
+ exec docker run bitoai/cra:latest --mode=cli --pr_url $INPUT_PR --command "$INPUT_COMMAND" rest $INPUT_OPTIONS
35
else
36
echo "$INPUT_COMMAND is not supported"
37
exit 0 # Exit the script with a non-zero status code
0 commit comments