Skip to content

Commit

Permalink
Use a 'v' prefix for the images
Browse files Browse the repository at this point in the history
I don't like pure numeric tags
  • Loading branch information
yuvipanda committed Apr 11, 2017
1 parent 4da9fb8 commit 2972650
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ push-images: push-image/hub push-image/proxy push-image/singleuser-sample push-i

build-image/%:
cd images/$(@F) && \
docker build -t $(IMAGE_PREFIX)-$(@F):$(VERSION) .
docker build -t $(IMAGE_PREFIX)-$(@F):v$(VERSION) .

push-image/%:
docker push $(IMAGE_PREFIX)-$(@F):$(VERSION)
docker push $(IMAGE_PREFIX)-$(@F):v$(VERSION)


make-chart-metadata:
Expand Down

0 comments on commit 2972650

Please sign in to comment.