mirror of
https://github.com/ipedrazas/drone-helm.git
synced 2026-06-14 05:12:51 +08:00
fixing drone build
This commit is contained in:
+2
-2
@@ -17,7 +17,7 @@ pipeline:
|
||||
|
||||
|
||||
build_docker_image:
|
||||
image: docker:1.12
|
||||
image: docker:17.06
|
||||
environment:
|
||||
- DOCKER_HOST=tcp://127.0.0.1:2375
|
||||
- TAG=${DRONE_BRANCH}-${DRONE_COMMIT_SHA:0:7}
|
||||
@@ -41,7 +41,7 @@ pipeline:
|
||||
|
||||
services:
|
||||
dind:
|
||||
image: docker:1.12-dind
|
||||
image: docker:17.06-dind
|
||||
privileged: true
|
||||
command:
|
||||
- "-s"
|
||||
|
||||
Reference in New Issue
Block a user