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:
stage: docker-build
image: docker:latest
services:
- docker:dind
- name: docker:dind
command: ["--tls=false"]
dependencies:
- build-rpm
script:
......@@ -42,7 +43,8 @@ push-to-dockerhub:
stage: docker-push
image: docker:latest
services:
- docker:dind
- name: docker:dind
command: ["--tls=false"]
dependencies:
- docker-build-rpm
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