Skip to content

Commit e200606

Browse files
add memcached helm test
1 parent 78a5b96 commit e200606

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,11 +181,10 @@ image-build-helm: build/operator-sdk-dev
181181
image-build-helm-memcached: build/operator-sdk-dev
182182
./hack/image/build-helm-memcached-image.sh $(HELM_BASE_MEMCACHED_IMAGE):dev
183183

184-
185184
image-build-scorecard-proxy:
186185
./hack/image/build-scorecard-proxy-image.sh $(SCORECARD_PROXY_BASE_IMAGE):de
187186

188-
image-push: image-push-ansible image-push-helm image-push-scorecard-proxy ## Push all images
187+
image-push: image-push-ansible image-push-helm image-push-helm-memcached image-push-scorecard-proxy ## Push all images
189188

190189
image-push-ansible:
191190
./hack/image/push-image-tags.sh $(ANSIBLE_BASE_IMAGE):dev $(ANSIBLE_IMAGE)

0 commit comments

Comments
 (0)