Skip to content
Snippets Groups Projects
Verified Commit b788a515 authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Bugfix

parent 39998007
Branches main
No related tags found
No related merge requests found
Pipeline #7486 passed
...@@ -2,13 +2,13 @@ image: docker:20.10.9 ...@@ -2,13 +2,13 @@ image: docker:20.10.9
variables: variables:
DOCKER_TLS_CERTDIR: "/certs" DOCKER_TLS_CERTDIR: "/certs"
VERSION: 13
services: services:
- docker:20.10.9-dind - docker:20.10.9-dind
before_script: before_script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- VERSION=`head -n 1 Dockerfile | cut -d : -f 2`
build: build:
stage: build stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment