Skip to content

Commit d64cbd2

Browse files
committed
ci: Increase Docker build timeout and add repo flag to rerun command in release workflow.
1 parent 57eaa8e commit d64cbd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08
6767
name: Build and push Docker images
6868
with:
69-
timeout_minutes: 60
69+
timeout_minutes: 120
7070
max_attempts: 3
7171
retry_on: error
7272
command: ./build_updated.sh
@@ -97,4 +97,4 @@ jobs:
9797
- name: Rerun failed jobs in the current workflow
9898
env:
9999
GH_TOKEN: ${{ github.token }}
100-
run: gh run rerun ${{ github.run_id }} --failed
100+
run: gh run rerun ${{ github.run_id }} --repo ${{ github.repository }} --failed

0 commit comments

Comments
 (0)