Increasing build timeout time from 30 minutes to 60 minutes. (#4232)
This commit is contained in:
parent
b91ff4bb4f
commit
76a5503669
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ echo "Pulling $githubTag"
|
|||
"$scripts"/custom-timeout.sh 20 docker pull "${githubTag}" || true
|
||||
|
||||
echo "Building $githubTag"
|
||||
"$scripts"/custom-timeout.sh 30 docker build "$@" --build-arg REPOSITORY=${GITHUB_REPOSITORY} -f "${dockerFile}" -t "${githubTag}" --cache-from "${githubTag}" .
|
||||
"$scripts"/custom-timeout.sh 60 docker build "$@" --build-arg REPOSITORY=${GITHUB_REPOSITORY} -f "${dockerFile}" -t "${githubTag}" --cache-from "${githubTag}" .
|
||||
|
||||
echo "Tagging ${dockerTag} from ${githubTag}"
|
||||
docker tag $githubTag $dockerTag
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue