From 64cbc25c27a0229b2f0dd2f9c2bdc0960a817bad Mon Sep 17 00:00:00 2001 From: Adrien le Maire Date: Sat, 8 May 2021 11:07:27 +0000 Subject: [PATCH] Update Makefile --- hugo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo/Makefile b/hugo/Makefile index d0bc49c..a097bdb 100644 --- a/hugo/Makefile +++ b/hugo/Makefile @@ -7,7 +7,7 @@ push: build build: docker buildx build --platform linux/amd64,linux/arm64,linux/arm --push \ - --build-arg HUGO_VERSION=${VERSION} + --build-arg HUGO_VERSION=${VERSION} \ --cache-from=type=registry,ref=${NAMESPACE}/buildx:${IMAGE} \ --cache-to=type=registry,ref=${NAMESPACE}/buildx:${IMAGE} \ --tag ${NAMESPACE}/${IMAGE}:$(VERSION) \