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: build:
stage: build stage: build
image: docker:latest image: docker:latest
services: variables:
- docker:dind DOCKER_BUILDKIT: 1
before_script: before_script:
- docker info - docker info
- 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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment