File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -302,13 +302,13 @@ check-github-token:
302
302
.PHONY : release
303
303
release : clean-release check-release-tag $(RELEASE_DIR ) # # Build and push container images using the latest git tag for the commit
304
304
git checkout " ${RELEASE_TAG} "
305
- CORE_CONTROLLER_IMG= $( PROD_REGISTRY ) / $( CORE_IMAGE_NAME ) $(MAKE ) release-manifests
305
+ $(MAKE ) release-manifests
306
306
$(MAKE ) release-templates
307
307
$(MAKE ) release-binaries
308
308
309
309
.PHONY : release-manifests
310
310
release-manifests : # # Build the manifests to publish with a release
311
- $(MAKE ) $(RELEASE_DIR ) /$(CORE_MANIFEST_FILE ) .yaml TAG=$(RELEASE_TAG )
311
+ $(MAKE ) $(RELEASE_DIR ) /$(CORE_MANIFEST_FILE ) .yaml TAG=$(RELEASE_TAG ) CORE_CONTROLLER_IMG= $( PROD_REGISTRY ) / $( CORE_IMAGE_NAME )
312
312
# Add metadata to the release artifacts
313
313
cp metadata.yaml $(RELEASE_DIR ) /metadata.yaml
314
314
You can’t perform that action at this time.
0 commit comments