Skip to content

Update Release Workflows: Change Container Registry to Kubeflow's ghcr.io #1930

@vara-bonthu

Description

@vara-bonthu

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:

  1. Identify and modify all instances in GitHub Actions workflows (*.yml files within the .github/workflows/ directory) where the container registry is referenced.
  2. Ensure that Docker push commands, image tags, and any other relevant configurations reflect the new registry path.
  3. Review and test the updated workflows to confirm that images are correctly being pushed to the new registry location.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions