Skip to content

Commit

Permalink
fix(action): fix cstor pool and volume manager image names
Browse files Browse the repository at this point in the history
Signed-off-by: prateekpandey14 <[email protected]>
  • Loading branch information
prateekpandey14 authored and kmova committed Jan 13, 2021
1 parent 277cac4 commit b6b36ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.buildx.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b6b36ae

Please sign in to comment.