We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57eaa8e commit d64cbd2Copy full SHA for d64cbd2
.github/workflows/release.yml
@@ -66,7 +66,7 @@ jobs:
66
- uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08
67
name: Build and push Docker images
68
with:
69
- timeout_minutes: 60
+ timeout_minutes: 120
70
max_attempts: 3
71
retry_on: error
72
command: ./build_updated.sh
@@ -97,4 +97,4 @@ jobs:
97
- name: Rerun failed jobs in the current workflow
98
env:
99
GH_TOKEN: ${{ github.token }}
100
- run: gh run rerun ${{ github.run_id }} --failed
+ run: gh run rerun ${{ github.run_id }} --repo ${{ github.repository }} --failed
0 commit comments