From cf591f90c414953f58c239449d56bc8488b8eb1f Mon Sep 17 00:00:00 2001 From: Carlos Hernandez Date: Mon, 2 Oct 2017 07:35:29 -0600 Subject: [PATCH] Fix push target. --- docker-containers/base/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker-containers/base/Makefile b/docker-containers/base/Makefile index a6e6378..ddb7334 100644 --- a/docker-containers/base/Makefile +++ b/docker-containers/base/Makefile @@ -1,6 +1,9 @@ #!/usr/bin/make -f SHELL:=/usr/bin/env bash +IMG_NAME := emby-base +IMG_REPO := emby + .PHONY: all all: armv7 aarch64 x86_64