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