From 6f2a24af9aa8625d33c68954cc3409ef3d5f5201 Mon Sep 17 00:00:00 2001 From: Adrien le Maire Date: Fri, 28 Aug 2020 14:55:57 +0200 Subject: [PATCH] add watchdog image --- watchdog/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/watchdog/Makefile b/watchdog/Makefile index b23b95b..7a38218 100644 --- a/watchdog/Makefile +++ b/watchdog/Makefile @@ -2,12 +2,12 @@ include watchdog/.version watchdog-nopush: docker buildx build --platform linux/amd64 --load \ - --build-arg MC_VERSION=$(VERSION) \ + --build-arg VERSION=$(VERSION) \ --tag alemairebe/watchdog:$(VERSION) watchdog watchdog: docker buildx build --platform linux/amd64,linux/arm64,linux/arm,linux/ppc64le --push \ - --build-arg MC_VERSION=$(VERSION) \ + --build-arg VERSION=$(VERSION) \ --cache-from=type=registry,ref=alemairebe/watchdog \ --cache-to=type=registry,ref=alemairebe/watchdog \ --tag alemairebe/watchdog:$(VERSION) watchdog