From 9a8cb5439cc6f094679b3b1cfe459f378b908b19 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Aug 17 2018 20:10:49 +0000 Subject: Fix name. --- diff --git a/openshift/README.md b/openshift/README.md index 8301f72..2b275c0 100644 --- a/openshift/README.md +++ b/openshift/README.md @@ -76,7 +76,7 @@ To publish the container built by the pipeline, you need to set up a secret for - Run `docker login` with the robot account you just created to produce a new docker-config-json file. - Create a new [OpenShift secret for registries][] named `factory2-pipeline-registry-credentials` from your docker-config-json file: ```bash - oc create secret generic dockerhub \ + oc create secret generic factory2-pipeline-registry-credentials \ --from-file=.dockerconfigjson="$HOME/.docker/config.json" \ --type=kubernetes.io/dockerconfigjson ```