-
Notifications
You must be signed in to change notification settings - Fork 438
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[GitHub Actions][Docker] Update Docker scripts & GitHub Actions to use ghcr.io instead of docker.io #3754
Conversation
Merging as this passes all automated tests. Verified that this results in e2e tests using the images from ghcr.io instead of those from docker.io. This will need to be ported (either automatically or manually) to 8.x and 7.x |
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin dspace-7_x
git worktree add -d .worktree/backport-3754-to-dspace-7_x origin/dspace-7_x
cd .worktree/backport-3754-to-dspace-7_x
git switch --create backport-3754-to-dspace-7_x
git cherry-pick -x 4575c3d7afd15d433a023e209b7bcb5e776e2adb 0d516bfe9c706ec10ed9ebe9a936210999232912 bad57def74b6ade16b4a1fb164d14394c5bc6618 dab6b1c12e3dd0f960145dde230fd6d6108af58e |
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin dspace-8_x
git worktree add -d .worktree/backport-3754-to-dspace-8_x origin/dspace-8_x
cd .worktree/backport-3754-to-dspace-8_x
git switch --create backport-3754-to-dspace-8_x
git cherry-pick -x 4575c3d7afd15d433a023e209b7bcb5e776e2adb 0d516bfe9c706ec10ed9ebe9a936210999232912 bad57def74b6ade16b4a1fb164d14394c5bc6618 dab6b1c12e3dd0f960145dde230fd6d6108af58e |
References
DSpace/dspace-angular
dspace-angular
Description
This small PR updates the following:
Instructions for Reviewers