From 4b37436fecce068beeff25ea960e6bc024c0f6e8 Mon Sep 17 00:00:00 2001 From: Joel Smith Date: Wed, 10 May 2023 13:13:41 -0600 Subject: [PATCH] Update release process to point to GHCR instead of DockerHub Signed-off-by: Joel Smith --- RELEASE-PROCESS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE-PROCESS.md b/RELEASE-PROCESS.md index 76f9b6b4..f0b02f7a 100644 --- a/RELEASE-PROCESS.md +++ b/RELEASE-PROCESS.md @@ -65,7 +65,7 @@ git push origin release290 Creating a new release in the releases page (https://github.com/kedacore/keda-olm-operator/releases) will trigger a GitHub workflow which will create a new image with the latest code and tagged with the next version (in this example 2.9.0). -> Note: The Docker Hub repo with all the different images can be seen here: https://hub.docker.com/r/kedacore/keda-olm-operator/tags +> Note: The GitHub Container Registry repo with all the different images can be seen here: https://github.com/kedacore/keda-olm-operator/pkgs/container/keda-olm-operator ## 9. Publish KEDA OLM Operator on OperatorHub.io