File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ bundle-build: ## Build the bundle image.
303303
304304.PHONY : bundle-push
305305bundle-push : # # Push the bundle image.
306- $( MAKE ) docker- push IMG= $(BUNDLE_IMG )
306+ docker push $(BUNDLE_IMG )
307307
308308.PHONY : csv-date
309309csv-date : # # Set createdAt date in the CSV.
@@ -362,7 +362,7 @@ catalog-build: opm ## Build an OLM catalog image (for testing).
362362
363363.PHONY : catalog-push
364364catalog-push : # # Push the OLM catalog image (for testing).
365- $( MAKE ) docker- push IMG= $(CATALOG_IMG )
365+ docker push $(CATALOG_IMG )
366366
367367.PHONY : catalog-install
368368catalog-install : config/samples/pattern-catalog-$(VERSION ) .yaml # # Install the OLM catalog on a cluster (for testing).
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ NS="openshift-operators"
66OPERATOR=" patterns-operator"
77VERSION=" ${VERSION:- 6.6.6} "
88REGISTRY=" ${REGISTRY:- kuemper.int.rhx/ bandini} "
9+ UPLOADREGISTRY=" ${UPLOADREGISTRY:- kuemper.int.rhx/ bandini} "
910
1011wait_for_resource () {
1112 local resource_type=$1 # Either "packagemanifest", "operator", or "csv"
@@ -74,7 +75,7 @@ if [ $ret -ne 0 ]; then
7475 exit 1
7576fi
7677
77- make VERSION=${VERSION} IMAGE_TAG_BASE=${REGISTRY} /patterns-operator CHANNELS=fast USE_IMAGE_DIGESTS=" " \
78+ make VERSION=${VERSION} UPLOADREGISTRY= " ${UPLOADREGISTRY} " IMAGE_TAG_BASE=${REGISTRY} /patterns-operator CHANNELS=fast USE_IMAGE_DIGESTS=" " \
7879 manifests bundle generate docker-build docker-push bundle-build bundle-push catalog-build \
7980 catalog-push catalog-install
8081
You can’t perform that action at this time.
0 commit comments