Skip to content
Snippets Groups Projects
Commit e706b2ba authored by Zitnik, Anze's avatar Zitnik, Anze
Browse files

CI: use docker image from XLAB nexus repo

parent d6722953
No related branches found
No related tags found
No related merge requests found
image: docker:stable
image: nexus-registry.xlab.si:5001/docker:stable
variables:
REGISTRY: registry-gitlab.xlab.si
......@@ -11,6 +11,8 @@ stages:
- deploy
before_script:
- mkdir -p $HOME/.docker
- echo "$DOCKER_AUTH_CONFIG" > $HOME/.docker/config.json
- export SERVICE=cce-frontend
- export VERSION=$(grep -w "version" package.json | cut -d ':' -f 2 | cut -d ',' -f 1 | xargs echo)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment