build(docker): increase job timeout (#2376)

This commit is contained in:
ReenigneArcher
2024-04-06 07:03:57 -04:00
committed by GitHub
parent 59ce8deb97
commit 1e77d0a509

View File

@@ -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: