Add docker image base prefix with Gitea registry URL and package owner
Some checks failed
Central(Architecture) Docs Build / Build Documentation (push) Failing after 8s

This commit is contained in:
Elyan 2024-10-13 16:03:36 +02:00
parent d5309620db
commit 7cbf03d54f

View File

@ -3,7 +3,8 @@
DOCS := central-execution-engine-spec DOCS := central-execution-engine-spec
DOCKER_IMG := docker-asciidoctor-wavedrom:latest DOCKER_IMG_BASE := git.elyanpoujol.fr/elyan
DOCKER_IMG := $(DOCKER_IMG_BASE)/docker-asciidoctor-wavedrom:latest
ENV := LANG=C.utf8 ENV := LANG=C.utf8