Skip to content

Commit

Permalink
[.github] one more time, skopeo (#1124)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylos101 committed Jul 12, 2023
1 parent 8228dab commit 6c19976
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dockerhub-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ 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 \
sudo -E skopeo copy --src-authfile=/skopeo.auth/auth --dest-authfile=/skopeo.auth/auth \
--format=oci --dest-oci-accept-uncompressed-layers \
docker://${{ env.GAR_IMAGE_REGISTRY }}/gitpod-artifacts/docker-dev/$IMAGE:latest \
docker://${{ env.DH_IMAGE_REGISTRY }}/gitpod/$IMAGE:latest
done

0 comments on commit 6c19976

Please sign in to comment.