From ab1cc896de04d33804ed9770643ddfdc7fd9aeba Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Wed, 2 Oct 2019 14:28:50 +0200 Subject: [PATCH] fixing publish command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5fb6d156..242b5a6a 100644 --- a/Makefile +++ b/Makefile @@ -58,4 +58,4 @@ gotenberg: # publish Gotenberg images according to version. publish: make workspace - ./scripts/publish.sh $(VERSION) $(DOCKER_USER) $(DOCKER_PASSWORD) \ No newline at end of file + ./scripts/publish.sh $(GOLANG_VERSION) $(VERSION) $(DOCKER_USER) $(DOCKER_PASSWORD) \ No newline at end of file