mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-01 13:12:17 +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
This commit is contained in:
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