Skip to content

Commit

Permalink
Fix Makefile target
Browse files Browse the repository at this point in the history
  • Loading branch information
oscr committed Sep 1, 2022
1 parent e468cab commit 6b64590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ manifest-modification: # Set the manifest images to the staging/production bucke
$(MAKE) set-manifest-pull-policy PULL_POLICY=IfNotPresent TARGET_RESOURCE="./bootstrap/kubeadm/config/default/manager_pull_policy.yaml"
$(MAKE) set-manifest-pull-policy PULL_POLICY=IfNotPresent TARGET_RESOURCE="./controlplane/kubeadm/config/default/manager_pull_policy.yaml"

.PHONE: manifest-modification-dev
.PHONY: manifest-modification-dev
manifest-modification-dev: # Set the manifest images to the staging bucket.
$(MAKE) set-manifest-image \
MANIFEST_IMG=$(REGISTRY)/$(CAPD_IMAGE_NAME) MANIFEST_TAG=$(RELEASE_TAG) \
Expand Down

0 comments on commit 6b64590

Please sign in to comment.