From bc70a297ed75d25f4c51c8a503575bc97cd61b31 Mon Sep 17 00:00:00 2001 From: Jonathan Green Date: Tue, 12 Sep 2023 09:35:18 -0300 Subject: [PATCH] Add timeout to our weekly docker build. --- .github/workflows/build-base-image.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-base-image.yml b/.github/workflows/build-base-image.yml index 55a0fcc22a..5c9fbbdd7a 100644 --- a/.github/workflows/build-base-image.yml +++ b/.github/workflows/build-base-image.yml @@ -15,6 +15,7 @@ jobs: docker-build-baseimage: name: Build Base Image runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: read packages: write