Skip to content

Commit 12f4d62

Browse files
Merge pull request #14 from gitbito/rishabhbohra-bito-patch-4
add docker pull before execution for non-enterprise
2 parents 27dbffa + 21303f5 commit 12f4d62

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ done
1919

2020
# Run the Docker container from the specified image
2121
if [ "$valid_command" = true ]; then
22+
exec docker pull bitoai/cra:latest
2223
exec docker run bitoai/cra:latest --mode=cli --pr_url $INPUT_PR $INPUT_COMMAND $INPUT_OPTIONS
2324
else
2425
echo "$INPUT_COMMAND is not supported"

0 commit comments

Comments
 (0)