From c8420e881a6f70fabea100a1136e8a1337202fb0 Mon Sep 17 00:00:00 2001 From: Matt Pryor Date: Wed, 17 Jan 2024 11:08:16 +0000 Subject: [PATCH] Finish all syncs even if one fails --- .github/workflows/sync-images.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sync-images.yaml b/.github/workflows/sync-images.yaml index d531436..a47e617 100644 --- a/.github/workflows/sync-images.yaml +++ b/.github/workflows/sync-images.yaml @@ -31,6 +31,8 @@ jobs: # Restrict the maximum number of parallel syncs to avoid quay.io push limits # Anonymous pulls are not rate-limited max-parallel: 4 + # If one sync fails, continue with the others + fail-fast: false matrix: manifest-file: ${{ fromJSON(needs.build_manifest_matrix.outputs.manifest-files) }} steps: