Skip to content

Commit

Permalink
fix: main release docker timeout (#6681)
Browse files Browse the repository at this point in the history
* fix: gh create release notes too long

* fix: main release docker timeout

Co-authored-by: lmatz <[email protected]>
  • Loading branch information
huangjw806 and lmatz authored Dec 1, 2022
1 parent 74ad08b commit 5db0a9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ steps:
environment:
- GITHUB_TOKEN
- BUILDKITE_TAG
timeout_in_minutes: 20
timeout_in_minutes: 60
retry: *auto-retry

- label: "release docker image: amd64"
Expand All @@ -198,7 +198,7 @@ steps:
GHCR_USERNAME: ghcr-username
GHCR_TOKEN: ghcr-token
DOCKER_TOKEN: docker-token
timeout_in_minutes: 25
timeout_in_minutes: 60
retry: *auto-retry

- label: "docker-build-push: aarch64"
Expand All @@ -213,7 +213,7 @@ steps:
GHCR_USERNAME: ghcr-username
GHCR_TOKEN: ghcr-token
DOCKER_TOKEN: docker-token
timeout_in_minutes: 25
timeout_in_minutes: 60
retry: *auto-retry
agents:
queue: "linux-arm64"
Expand Down

0 comments on commit 5db0a9a

Please sign in to comment.