Update '.drone.yml'
This commit is contained in:
parent
b5e068cad4
commit
4c6a45f010
11
.drone.yml
11
.drone.yml
@ -1,9 +1,6 @@
|
|||||||
name: Build Docker
|
pipeline:
|
||||||
kind: pipeline
|
only-buid:
|
||||||
type: docker
|
name: Only build image
|
||||||
steps:
|
|
||||||
|
|
||||||
- name: Only build image
|
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
username:
|
username:
|
||||||
@ -18,7 +15,7 @@ steps:
|
|||||||
environment:
|
environment:
|
||||||
exclude: production
|
exclude: production
|
||||||
|
|
||||||
- name: Build and Push docker
|
build-and-push:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
username:
|
username:
|
||||||
|
Loading…
Reference in New Issue
Block a user