We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a5b96 commit e200606Copy full SHA for e200606
Makefile
@@ -181,11 +181,10 @@ image-build-helm: build/operator-sdk-dev
181
image-build-helm-memcached: build/operator-sdk-dev
182
./hack/image/build-helm-memcached-image.sh $(HELM_BASE_MEMCACHED_IMAGE):dev
183
184
-
185
image-build-scorecard-proxy:
186
./hack/image/build-scorecard-proxy-image.sh $(SCORECARD_PROXY_BASE_IMAGE):de
187
188
-image-push: image-push-ansible image-push-helm image-push-scorecard-proxy ## Push all images
+image-push: image-push-ansible image-push-helm image-push-helm-memcached image-push-scorecard-proxy ## Push all images
189
190
image-push-ansible:
191
./hack/image/push-image-tags.sh $(ANSIBLE_BASE_IMAGE):dev $(ANSIBLE_IMAGE)
0 commit comments