From 3f46b3f495119f41c4b8d590d070e6ee23fdd103 Mon Sep 17 00:00:00 2001 From: "Christian M. Adams" Date: Wed, 13 Sep 2023 16:27:12 -0400 Subject: [PATCH] Add link to script for publishing operator on OperatorHub --- 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`