Skip to content

Commit

Permalink
Address PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
asifdxtreme committed Apr 8, 2019
1 parent e79eab9 commit 06f0473
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
@@ -1,6 +1,6 @@
BIN_DIR=_output/bin
BIN_OSARCH=linux/amd64
IMAGE=volcanosh/vk
IMAGE_PREFIX=volcanosh/vk
TAG = latest

.EXPORT_ALL_VARIABLES:
Expand All @@ -23,7 +23,7 @@ image_bins:
images: image_bins
for name in controllers scheduler admission; do\
cp ${BIN_DIR}/${BIN_OSARCH}/vk-$$name ./installer/dockerfile/$$name/; \
docker build --no-cache -t $(IMAGE)-$$name:$(TAG) ./installer/dockerfile/$$name; \
docker build --no-cache -t $(IMAGE_PREFIX)-$$name:$(TAG) ./installer/dockerfile/$$name; \
rm installer/dockerfile/$$name/vk-$$name; \
done

Expand Down

0 comments on commit 06f0473

Please sign in to comment.