Skip to content

Commit

Permalink
fix: allow sync to finish before failing
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Mossman1215 authored and ardrigh committed Aug 30, 2024
1 parent 23aa78f commit 3777431
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 0 additions & 2 deletions sync-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ cgr.dev:
images-by-semver:
chainguard/curl: ">= 8.1.2"
images:
chainguard/node:
- '20'
chainguard/static:
- 'latest'
chainguard/nginx:
Expand Down

0 comments on commit 3777431

Please sign in to comment.