build(docker): increase job timeout (#2376)
This commit is contained in:
parent
59ce8deb97
commit
1e77d0a509
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci-docker.yml
vendored
1
.github/workflows/ci-docker.yml
vendored
|
|
@ -189,6 +189,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix: ${{ fromJson(needs.check_dockerfiles.outputs.matrix) }}
|
||||
timeout-minutes: 480 # 8 hours
|
||||
name: Docker${{ matrix.tag }}
|
||||
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue