From 77ebab67df7eff8375a3ce3190a7f13f15c0c148 Mon Sep 17 00:00:00 2001 From: Yuxiang Zhu Date: Mar 14 2019 05:54:12 +0000 Subject: CI/CD: Don't push to internal registry We got enough "unknown blob" errors. --- diff --git a/openshift/pipelines/templates/waiverdb-image-promotion-template.yaml b/openshift/pipelines/templates/waiverdb-image-promotion-template.yaml index 2edbf20..f799df7 100644 --- a/openshift/pipelines/templates/waiverdb-image-promotion-template.yaml +++ b/openshift/pipelines/templates/waiverdb-image-promotion-template.yaml @@ -23,7 +23,7 @@ parameters: displayName: Comma seperated list of container repositories (without tags) to which the image will be promoted description: OpenShift registries must be prefixed with 'atomic:' required: false - value: "quay.io/factory2/waiverdb,atomic:docker-registry.engineering.redhat.com/factory2/waiverdb" + value: "quay.io/factory2/waiverdb" - name: CONTAINER_REGISTRY_CREDENTIALS displayName: Secret name of container registries used for pulling and pushing images value: factory2-pipeline-registry-credentials