fix: add DOCKER_REGISTRY for tests image

This commit is contained in:
Julien Neuhart
2024-09-15 16:12:45 +02:00
parent f2b6bd3d4b
commit e371a4a3c3
2 changed files with 3 additions and 1 deletions

View File

@@ -149,6 +149,7 @@ run: ## Start a Gotenberg container
build-tests: ## Build the tests' Docker image
docker build \
--build-arg GOLANG_VERSION=$(GOLANG_VERSION) \
--build-arg DOCKER_REGISTRY=$(DOCKER_REGISTRY) \
--build-arg DOCKER_REPOSITORY=$(DOCKER_REPOSITORY) \
--build-arg GOTENBERG_VERSION=$(GOTENBERG_VERSION) \
--build-arg GOLANGCI_LINT_VERSION=$(GOLANGCI_LINT_VERSION) \