Skip to content

Commit 83ee412

Browse files
Update make release process to correctly tag CAPD
Signed-off-by: killianmuldoon <[email protected]>
1 parent 1b3ef84 commit 83ee412

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
@@ -706,9 +706,11 @@ release: clean-release ## Build and push container images using the latest git t
706706
# Set the manifest image to the production bucket.
707707
$(MAKE) manifest-modification REGISTRY=$(PROD_REGISTRY)
708708
## Build the manifests
709-
$(MAKE) release-manifests clean-release-git
709+
$(MAKE) release-manifests
710710
## Build the development manifests
711-
$(MAKE) release-manifests-dev clean-release-git
711+
$(MAKE) release-manifests-dev
712+
## Clean the git artifacts modified in the release process
713+
$(MAKE) clean-release-git
712714

713715
.PHONY: manifest-modification
714716
manifest-modification: # Set the manifest images to the staging/production bucket.

0 commit comments

Comments
 (0)