Skip to content
Snippets Groups Projects
Unverified Commit 626a4680 authored by Max Adamo's avatar Max Adamo
Browse files

DEV-154 fix CI

parent 40c29ba7
No related branches found
No related tags found
No related merge requests found
Pipeline #82026 failed
build:
#image: python:3.8-slim-buster
#services:
# - name: python:3.8-slim-buster
image: docker:20.10.16
stage: build
services:
- docker:20.10.16-dind
script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker build -t $CI_COMMIT_BRANCH.$CI_COMMIT_TIMESTAMP .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment