Revert "Temporary drone docker in docker workaround"
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This reverts commit 26f8618bedc025df90e4ac30f09b8982fac7299e.
This commit is contained in:
parent
1e12a71b2f
commit
ff31032247
12
.drone.yml
12
.drone.yml
@ -19,9 +19,7 @@ name: build:latest
|
||||
|
||||
steps:
|
||||
- name: docker release
|
||||
# image: plugins/docker
|
||||
# Temporary work-around for https://github.com/drone-plugins/drone-docker/pull/327
|
||||
image: techknowlogick/drone-docker
|
||||
image: plugins/docker
|
||||
depends_on: [clone]
|
||||
user: 0
|
||||
settings:
|
||||
@ -45,9 +43,7 @@ name: build:tags
|
||||
|
||||
steps:
|
||||
- name: build $DRONE_TAG
|
||||
# image: plugins/docker
|
||||
# Temporary work-around for https://github.com/drone-plugins/drone-docker/pull/327
|
||||
image: techknowlogick/drone-docker
|
||||
image: plugins/docker
|
||||
user: 0
|
||||
depends_on: [clone]
|
||||
settings:
|
||||
@ -71,9 +67,7 @@ name: build:nightly
|
||||
|
||||
steps:
|
||||
- name: docker release
|
||||
# image: plugins/docker
|
||||
# Temporary work-around for https://github.com/drone-plugins/drone-docker/pull/327
|
||||
image: techknowlogick/drone-docker
|
||||
image: plugins/docker
|
||||
user: 0
|
||||
depends_on: [clone]
|
||||
settings:
|
||||
|
Loading…
x
Reference in New Issue
Block a user