Skip to content

Commit

Permalink
Update timeouts on image assembly
Browse files Browse the repository at this point in the history
Release script was killed by GH Actions :(

Signed-off-by: Phil Estes <[email protected]>
  • Loading branch information
estesp committed Nov 2, 2023
1 parent dccc1e8 commit d6688c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
name: Build and push Linux release images
runs-on: ubuntu-20.04
needs: [check]
timeout-minutes: 10
timeout-minutes: 30

steps:
- name: Set env
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
name: Assemble and push multi-platform release image
runs-on: ubuntu-20.04
needs: [containers-lx, containers-win]
timeout-minutes: 10
timeout-minutes: 15

steps:
- name: Install Go
Expand Down

0 comments on commit d6688c1

Please sign in to comment.