fixing publish command (for good this time)

This commit is contained in:
Julien Neuhart
2019-10-02 14:49:47 +02:00
parent ab1cc896de
commit 1b45c927b2
2 changed files with 15 additions and 12 deletions

View File

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