Skip to content
Snippets Groups Projects
Commit 5d220533 authored by Paweł Walkowiak's avatar Paweł Walkowiak
Browse files

Fix gitlab-ci

parent d5f7a591
Branches v2
No related merge requests found
Pipeline #14515 passed with stages
in 1 minute and 30 seconds
...@@ -50,6 +50,8 @@ build_v2: ...@@ -50,6 +50,8 @@ build_v2:
- v2 - v2
services: services:
- 'docker:18.09.7-dind' - 'docker:18.09.7-dind'
before_script:
- ''
script: script:
- docker build -t $CI_REGISTRY_IMAGE:v2 . - docker build -t $CI_REGISTRY_IMAGE:v2 .
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment