f
This commit is contained in:
parent
1d21861615
commit
ecf2dcf569
@ -9,12 +9,8 @@ variables:
|
||||
build_and_push:
|
||||
stage: build
|
||||
image: docker:29
|
||||
services:
|
||||
- name: docker:29-dind
|
||||
command: ["--tls=false"]
|
||||
variables:
|
||||
DOCKER_TLS_CERTDIR: ""
|
||||
DOCKER_HOST: tcp://docker:2375
|
||||
DOCKER_HOST: unix:///var/run/docker.sock
|
||||
rules:
|
||||
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
||||
script:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user