Skip to content

Commit

Permalink
fix(Makefile): update image name in push target
Browse files Browse the repository at this point in the history
Image name has been changed from `openebs/csi-driver` to
`openebs/cstor-csi-driver`

Signed-off-by: prateekpandey14 <prateekpandey14@gmail.com>
  • Loading branch information
prateekpandey14 authored and kmova committed Nov 6, 2019
1 parent 7166f76 commit d1287b9
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 @@ -150,5 +150,5 @@ csi-driver-image: csi-driver

# Push images
deploy-images:
@DIMAGE="openebs/csi-driver" ./buildscripts/push
@DIMAGE="openebs/cstor-csi-driver" ./buildscripts/push

0 comments on commit d1287b9

Please # to comment.