File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -233,14 +233,16 @@ build-operator-image: $(CONFIG_DOCKER_TARGET) ## Build the operator image.
233
233
234
234
# #@ Release
235
235
236
- build-push-image : $(CONFIG_DOCKER_TARGET ) $(CONFIG_DOCKER_TARGET_QUAY ) build-operator-image # # Build and push the operator images.
236
+ # build-push-image: $(CONFIG_DOCKER_TARGET) $(CONFIG_DOCKER_TARGET_QUAY) build-operator-image ## Build and push the operator images.
237
+ build-push-image : $(CONFIG_DOCKER_TARGET ) build-operator-image # # Build and push the operator images.
237
238
@echo " Pushing the $( OPERATOR_IMAGE_NAME) docker image for $( LOCAL_ARCH) ..."
238
239
@docker tag $(OPERATOR_IMAGE_NAME ) -$(LOCAL_ARCH ) :$(VERSION ) $(ARTIFACTORYA_REGISTRY ) /$(OPERATOR_IMAGE_NAME ) -$(LOCAL_ARCH ) :$(VERSION )
239
240
@docker tag $(OPERATOR_IMAGE_NAME ) -$(LOCAL_ARCH ) :$(VERSION ) $(QUAY_REGISTRY ) /$(OPERATOR_IMAGE_NAME ) -$(LOCAL_ARCH ) :$(VERSION )
240
241
@docker push $(ARTIFACTORYA_REGISTRY ) /$(OPERATOR_IMAGE_NAME ) -$(LOCAL_ARCH ) :$(VERSION )
241
242
@docker push $(QUAY_REGISTRY ) /$(OPERATOR_IMAGE_NAME ) -$(LOCAL_ARCH ) :$(VERSION )
242
243
243
- multiarch-image : $(CONFIG_DOCKER_TARGET ) $(CONFIG_DOCKER_TARGET_QUAY ) # # Generate multiarch images for operator image.
244
+ # multiarch-image: $(CONFIG_DOCKER_TARGET) $(CONFIG_DOCKER_TARGET_QUAY) ## Generate multiarch images for operator image.
245
+ multiarch-image : $(CONFIG_DOCKER_TARGET ) # # Generate multiarch images for operator image.
244
246
@MAX_PULLING_RETRY=20 RETRY_INTERVAL=30 common/scripts/multiarch_image.sh $(ARTIFACTORYA_REGISTRY ) $(OPERATOR_IMAGE_NAME ) $(VERSION ) $(RELEASE_VERSION )
245
247
@MAX_PULLING_RETRY=20 RETRY_INTERVAL=30 common/scripts/multiarch_image.sh $(QUAY_REGISTRY ) $(OPERATOR_IMAGE_NAME ) $(VERSION ) $(LATEST_VERSION )
246
248
You can’t perform that action at this time.
0 commit comments