Skip to content
Snippets Groups Projects
Commit c2519564 authored by Adam Fekete's avatar Adam Fekete
Browse files

Update .gitlab-ci.yml file

parent 9dd9f627
No related branches found
No related tags found
No related merge requests found
Pipeline #160978 passed
build:
stage: build
image: docker:latest
services:
- docker:dind
variables:
DOCKER_BUILDKIT: 1
before_script:
- docker info
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment