From 00ccc2325b2ff09c2401b128ac998eb9762edffd Mon Sep 17 00:00:00 2001 From: "gcp-cherry-pick-bot[bot]" <98988430+gcp-cherry-pick-bot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 22:40:20 +0000 Subject: [PATCH] fix: publish images workflow (#8473) (#8474) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Charles-Edouard Brétéché Co-authored-by: Charles-Edouard Brétéché --- .github/workflows/images-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/images-publish.yaml b/.github/workflows/images-publish.yaml index d1346edd79..9d680db935 100644 --- a/.github/workflows/images-publish.yaml +++ b/.github/workflows/images-publish.yaml @@ -30,7 +30,7 @@ jobs: uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 - name: Setup build env uses: ./.github/actions/setup-build-env - timeout-minutes: 10 + timeout-minutes: 30 with: build-cache-key: publish-images - name: Run Trivy vulnerability scanner in repo mode