-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed as not planned
Closed as not planned
Copy link
Labels
Description
Description:
Following the migration of our project from the GoogleCloudPlatform organization to the Kubeflow organization, there is a need to update our release GitHub workflows. This update involves changing the Docker container registry references within our Github workflows to align with our new organizational repository.
Current Configuration:
The GitHub Actions workflows are currently configured to push Docker images to the following registry:
ghcr.io/googlecloudplatform/spark-operator
Required Changes:
All references to the Docker container registry within our GitHub Actions workflows need to be updated to the new location under the Kubeflow organization:
ghcr.io/kubeflow/spark-operator
Scope of the Update:
- Identify and modify all instances in GitHub Actions workflows (*.yml files within the
.github/workflows/directory) where the container registry is referenced. - Ensure that Docker push commands, image tags, and any other relevant configurations reflect the new registry path.
- Review and test the updated workflows to confirm that images are correctly being pushed to the new registry location.
s-natsubori, yuchaoran2011, ChenYi015 and vzhao12