From 377743122ae3089920fa0d317bf43a10578f4a8d Mon Sep 17 00:00:00 2001 From: Moss Cantwell Date: Fri, 30 Aug 2024 14:53:06 +1200 Subject: [PATCH] fix: allow sync to finish before failing dry run doesn't catch the missing upstream run sync even if the upstream is missing on one entry so most things get updates removing broken chainguard image that is unused ghcr.io/geonet/base-images/node:20 --- .github/workflows/sync.yml | 2 +- sync-ghcr.yml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 4c5d6a3..e6fed6d 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -50,7 +50,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GH_CI_USER_TOKEN }} run: | - skopeo sync --all --src yaml --dest docker sync-ghcr.yml ghcr.io/geonet/base-images + skopeo sync --all --keep-going --src yaml --dest docker sync-ghcr.yml ghcr.io/geonet/base-images if: github.ref_name == 'main' - name: copy to ecr run: | diff --git a/sync-ghcr.yml b/sync-ghcr.yml index 5e7d134..8860595 100644 --- a/sync-ghcr.yml +++ b/sync-ghcr.yml @@ -51,8 +51,6 @@ cgr.dev: images-by-semver: chainguard/curl: ">= 8.1.2" images: - chainguard/node: - - '20' chainguard/static: - 'latest' chainguard/nginx: