Skip to content

Commit 17cff69

Browse files
committed
fix: release process on this branch
1 parent 95fc985 commit 17cff69

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,6 +1018,8 @@ release: clean-release ## Build and push container images using the latest git t
10181018
git checkout "${RELEASE_TAG}"
10191019
# Build binaries first.
10201020
GIT_VERSION=$(RELEASE_TAG) $(MAKE) release-binaries
1021+
$(MAKE) docker-build-all
1022+
$(MAKE) docker-push-all
10211023
# Set the manifest images to the staging/production bucket and Builds the manifests to publish with a release.
10221024
$(MAKE) release-manifests-all
10231025

@@ -1028,9 +1030,9 @@ release-manifests-all: # Set the manifest images to the staging/production bucke
10281030
## Build the manifests
10291031
$(MAKE) release-manifests
10301032
# Set the development manifest image to the staging bucket.
1031-
$(MAKE) manifest-modification-dev REGISTRY=$(STAGING_REGISTRY)
1033+
$(MAKE) manifest-modification-dev REGISTRY=$(PROD_REGISTRY)
10321034
## Build the development manifests
1033-
$(MAKE) release-manifests-dev
1035+
$(MAKE) release-manifests-dev REGISTRY=$(PROD_REGISTRY)
10341036
## Clean the git artifacts modified in the release process
10351037
$(MAKE) clean-release-git
10361038

0 commit comments

Comments
 (0)