Remove docker build step from promote
This commit is contained in:
parent
263ec7cc6f
commit
06d119e1e2
12
.drone.yml
12
.drone.yml
|
@ -7,18 +7,6 @@ trigger:
|
|||
- push
|
||||
|
||||
steps:
|
||||
- name: docker
|
||||
image: plugins/docker
|
||||
settings:
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
repo: dutchellie/proper-website-2
|
||||
tags:
|
||||
- latest
|
||||
- ${DRONE_COMMIT_SHA:0:8}
|
||||
|
||||
- name: deploy-staging
|
||||
image: pelotech/drone-helm3
|
||||
settings:
|
||||
|
|
Loading…
Reference in New Issue