Skip to content
Snippets Groups Projects
Commit f53068a5 authored by Frank Baier's avatar Frank Baier
Browse files

Update .gitlab-ci.yml

parent b18a1da3
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,10 @@ image: docker:24
services:
- docker:24-dind
before_script:
- docker info
- echo "$CI_REGISTRY_PASSWORD" | docker login -u $CI_REGISTRY_USER --password-stdin $CI_REGISTRY
run-default:
tags:
- global-runner
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment