fixing publish command

This commit is contained in:
Julien Neuhart
2019-10-02 14:28:50 +02:00
parent 4b91600e35
commit ab1cc896de

View File

@@ -58,4 +58,4 @@ gotenberg:
# publish Gotenberg images according to version.
publish:
make workspace
./scripts/publish.sh $(VERSION) $(DOCKER_USER) $(DOCKER_PASSWORD)
./scripts/publish.sh $(GOLANG_VERSION) $(VERSION) $(DOCKER_USER) $(DOCKER_PASSWORD)