mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-23 05:36:48 +00:00
chore(ci): increase build-debug timeout (#10523)
# Which Problems Are Solved
Docker image build on arm64 was timing out on multiple occasions.
# How the Problems Are Solved
Increase the Debug job timeout from 3 to 5 minutes.
# Additional Changes
- none
# Additional Context
-
https://github.com/zitadel/zitadel/actions/runs/17091081442/job/48465066443
-
https://github.com/zitadel/zitadel/actions/runs/17071852582/job/48466980148
-
https://github.com/zitadel/zitadel/actions/runs/17071852582/job/48403039843
(cherry picked from commit 4cee0fec09)
This commit is contained in:
committed by
Livio Spring
parent
4320ae9d9e
commit
7140c93441
2
.github/workflows/container.yml
vendored
2
.github/workflows/container.yml
vendored
@@ -74,7 +74,7 @@ jobs:
|
|||||||
name: Debug
|
name: Debug
|
||||||
id: build-debug
|
id: build-debug
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
timeout-minutes: 3
|
timeout-minutes: 5
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
cache-from: type=gha
|
cache-from: type=gha
|
||||||
|
|||||||
Reference in New Issue
Block a user