From 21826f6b12827d828fb9b9058a6679aedaadffe4 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Mon, 29 Apr 2019 02:43:19 +0200 Subject: [PATCH] fix: publish images commands. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index de1bedc..a0c2603 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,6 @@ checks: golangci-lint run publish-images: - go run ./internal/multiarch.go --version="$(TAG_NAME)" --dry-run=false - go run ./internal/multiarch.go --version="latest" --dry-run=false + go run ./internal/ --version="$(TAG_NAME)" --dry-run=false + go run ./internal/ --version="latest" --dry-run=false rm -f *.Dockerfile