From 1782990e0475ff5fe9185cc768e001c098245714 Mon Sep 17 00:00:00 2001 From: Alejandro Pedraza Date: Wed, 31 May 2023 16:28:49 -0500 Subject: [PATCH] Increase image build timeout (#676) From 10m to 30m --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e4f0dd7e..1c23f59c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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