Skip to content

Commit d6688c1

Browse files
committed
Update timeouts on image assembly
Release script was killed by GH Actions :( Signed-off-by: Phil Estes <estesp@gmail.com>
1 parent dccc1e8 commit d6688c1

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
@@ -95,7 +95,7 @@ jobs:
9595
name: Build and push Linux release images
9696
runs-on: ubuntu-20.04
9797
needs: [check]
98-
timeout-minutes: 10
98+
timeout-minutes: 30
9999

100100
steps:
101101
- name: Set env
@@ -189,7 +189,7 @@ jobs:
189189
name: Assemble and push multi-platform release image
190190
runs-on: ubuntu-20.04
191191
needs: [containers-lx, containers-win]
192-
timeout-minutes: 10
192+
timeout-minutes: 15
193193

194194
steps:
195195
- name: Install Go

0 commit comments

Comments
 (0)