Skip to content

Commit

Permalink
Keep syncing, even if errors are encountered
Browse files Browse the repository at this point in the history
> --keep-going If any errors occur during copying of images, those errors are logged and the process continues syncing rest of the images and finally fails at the end.

Ref: https://github.com/containers/skopeo/blob/main/docs/skopeo-sync.1.md
  • Loading branch information
kylos101 committed Sep 9, 2024
1 parent ece3989 commit 6bef206
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ jobs:
sudo -E skopeo sync \
--src yaml \
--retry-times=2 \
--keep-going \
--dest docker \
/.github/promote-images.yml "${DH_IMAGE_REGISTRY}/gitpod"
Expand Down

0 comments on commit 6bef206

Please sign in to comment.