Skip to content
Snippets Groups Projects
Commit ee5fa31d authored by Elisabetta Ronchieri's avatar Elisabetta Ronchieri
Browse files

Update .gitlab-ci.yml

parent dcc87085
No related branches found
No related tags found
No related merge requests found
Pipeline #68934 passed
...@@ -23,7 +23,8 @@ docker-build-rpm: ...@@ -23,7 +23,8 @@ docker-build-rpm:
stage: docker-build stage: docker-build
image: docker:latest image: docker:latest
services: services:
- docker:dind - name: docker:dind
command: ["--tls=false"]
dependencies: dependencies:
- build-rpm - build-rpm
script: script:
...@@ -42,7 +43,8 @@ push-to-dockerhub: ...@@ -42,7 +43,8 @@ push-to-dockerhub:
stage: docker-push stage: docker-push
image: docker:latest image: docker:latest
services: services:
- docker:dind - name: docker:dind
command: ["--tls=false"]
dependencies: dependencies:
- docker-build-rpm - docker-build-rpm
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment