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
Some checks failed
Central(Architecture) Docs Build / Build Documentation (push) Failing after 8s
This commit is contained in:
parent
d5309620db
commit
7cbf03d54f
3
Makefile
3
Makefile
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user