Bump Docker build timeout from 2m -> 5m (#17606)
Some of these are timing out without the OIDC bug
This commit is contained in:
@@ -154,7 +154,7 @@ jobs:
|
||||
docker-publish-extra:
|
||||
name: ${{ needs.docker-plan.outputs.action }} ${{ matrix.image-mapping }}
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 2
|
||||
timeout-minutes: 5
|
||||
environment:
|
||||
name: ${{ needs.docker-plan.outputs.push == 'true' && 'release' || '' }}
|
||||
needs:
|
||||
|
||||
Reference in New Issue
Block a user