From ef6f206ea1bf9c890f0a1f95c0740abbcd7b826b Mon Sep 17 00:00:00 2001 From: Christian Adams Date: Fri, 15 Sep 2023 09:32:19 -0400 Subject: [PATCH] Add link to script for publishing operator on OperatorHub (#14442) --- docs/release_process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release_process.md b/docs/release_process.md index 1a767e7fe5c8..728ca5ab1ab6 100644 --- a/docs/release_process.md +++ b/docs/release_process.md @@ -169,7 +169,7 @@ Operator hub PRs are generated via an Ansible Playbook. See someone on the AWX t * [kustomize](https://kustomize.io/) * [opm](https://docs.openshift.com/container-platform/4.9/cli_reference/opm/cli-opm-install.html) -3. Download the script from https://gist.github.com/rooftopcellist/0e232f26666dee45be1d8a69270d63c2 into your awx-operator repo as release_operator_hub.sh +3. Download the script from https://github.com/ansible/awx-operator/blob/devel/hack/publish-to-operator-hub.sh into your awx-operator repo as release_operator_hub.sh 4. Make sure you are logged into quay.io with `docker login quay.io`