Skip to content

Commit

Permalink
Merge pull request #7153 from oscr/fix-makefile-target
Browse files Browse the repository at this point in the history
🐛 Fix Makefile target
  • Loading branch information
k8s-ci-robot authored Sep 2, 2022
2 parents ca099ea + 6b64590 commit 7e772e2
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 7e772e2

Please sign in to comment.