From b6b36ae3a5c7c33441bf7c57a09a2816713d49ee Mon Sep 17 00:00:00 2001 From: prateekpandey14 Date: Tue, 12 Jan 2021 14:08:42 +0530 Subject: [PATCH] fix(action): fix cstor pool and volume manager image names Signed-off-by: prateekpandey14 --- Makefile.buildx.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.buildx.mk b/Makefile.buildx.mk index f99658b9..9e61ae76 100644 --- a/Makefile.buildx.mk +++ b/Makefile.buildx.mk @@ -152,11 +152,11 @@ buildx.push.cvc-operator: .PHONY: buildx.push.pool-manager buildx.push.pool-manager: - BUILDX=true DIMAGE=${IMAGE_ORG}/pool-manager ./build/push + BUILDX=true DIMAGE=${IMAGE_ORG}/cstor-pool-manager ./build/push .PHONY: buildx.push.volume-manager buildx.push.volume-manager: - BUILDX=true DIMAGE=${IMAGE_ORG}/volume-manager ./build/push + BUILDX=true DIMAGE=${IMAGE_ORG}/cstor-volume-manager ./build/push .PHONY: buildx.push.cstor-webhook buildx.push.cstor-webhook: