Fix docker image url for docs

This commit is contained in:
Tom Gallacher 2017-01-27 12:56:43 +00:00
parent 329fd0a7eb
commit 8d21157996
1 changed files with 2 additions and 2 deletions

View File

@ -22,11 +22,11 @@ help:
.PHONY: build
build:
docker build -t quay.io/yldio/joyent-dashboard-$(NAME) .
docker build -t quay.io/yldio/joyent-portal-$(NAME) .
.PHONY: push
push:
docker push quay.io/yldio/joyent-dashboard-$(NAME)
docker push quay.io/yldio/joyent-portal-$(NAME)
.PHONY: test
test: