Skip to content

Commit

Permalink
update target name
Browse files Browse the repository at this point in the history
  • Loading branch information
cahillsf committed Oct 19, 2023
1 parent ebe999f commit 01c06cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1097,8 +1097,8 @@ release-alias-tag: ## Add the release alias tag to the last build tag
gcloud container images add-tag $(CAPIM_CONTROLLER_IMG):$(TAG) $(CAPIM_CONTROLLER_IMG):$(RELEASE_ALIAS_TAG)
gcloud container images add-tag $(TEST_EXTENSION_IMG):$(TAG) $(TEST_EXTENSION_IMG):$(RELEASE_ALIAS_TAG)

.PHONY: release-notes
release-notes:
.PHONY: release-notes-tool
release-notes-tool:
go build -o bin/notes hack/tools/release/notes.go

.PHONY: promote-images
Expand Down

0 comments on commit 01c06cd

Please sign in to comment.