1
0
mirror of https://github.com/yldio/copilot.git synced 2024-11-10 21:30:06 +02:00

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

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: