Skip to content
Snippets Groups Projects
Commit 514044a4 authored by Stéphane Schoorens's avatar Stéphane Schoorens
Browse files

fix base docker image name refs #29848

parent 2b738e89
No related branches found
No related tags found
No related merge requests found
image: registry.ubicast.net/pod-client
image: registry.ubicast.net/web/pod-client
stages:
- build_docker
......
DOCKER_REGISTRY ?= registry.ubicast.net
DOCKER_IMG ?= ${DOCKER_REGISTRY}/pod-client
DOCKER_IMG ?= ${DOCKER_REGISTRY}/web/pod-client
build:
docker build -t ${DOCKER_IMG} .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment