Skip to content

Commit

Permalink
[.github] increase # of retries to sync latest (#1328)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylos101 authored Apr 15, 2024
1 parent 9c1f252 commit 3adfabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
IMAGES=$(cat .github/promote-images.yml | yq '."europe-docker.pkg.dev/gitpod-artifacts/docker-dev"."images-by-tag-regex"|keys[]' -r)
for IMAGE in $IMAGES;
do
sudo -E skopeo copy --format=oci --dest-oci-accept-uncompressed-layers --retry-times=2 \
sudo -E skopeo copy --format=oci --dest-oci-accept-uncompressed-layers --retry-times=5 \
docker://${{ env.GAR_IMAGE_REGISTRY }}/gitpod-artifacts/docker-dev/$IMAGE:latest \
docker://${{ env.DH_IMAGE_REGISTRY }}/gitpod/$IMAGE:latest
done
Expand Down

0 comments on commit 3adfabf

Please sign in to comment.