Skip to content

Commit

Permalink
Increase image build timeout (#676)
Browse files Browse the repository at this point in the history
From 10m to 30m
  • Loading branch information
alpeb authored May 31, 2023
1 parent 86980f5 commit 1782990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions:
jobs:
docker-build:
runs-on: ubuntu-latest
timeout-minutes: 10
timeout-minutes: 30
steps:
- uses: linkerd/dev/actions/setup-tools@v41
- uses: docker/setup-qemu-action@e81a89b1732b9c48d79cd809d8d81d79c4647a18
Expand Down

0 comments on commit 1782990

Please sign in to comment.