1
0
mirror of /repos/rpi-node.git synced 2026-02-26 17:32:01 +01:00

aiko/rpi-node

This commit is contained in:
Aiko Mastboom
2015-05-09 16:30:09 +02:00
parent 5b4ce02c35
commit 9eafb8efb4
2 changed files with 3 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
.PHONY: all build push test version
DOCKER_IMAGE_VERSION=0.10.36
DOCKER_IMAGE_NAME=hypriot/rpi-node
DOCKER_IMAGE_NAME=aiko/rpi-node
DOCKER_IMAGE_TAGNAME=$(DOCKER_IMAGE_NAME):$(DOCKER_IMAGE_VERSION)
all: build