fix(ci): build images only for repo volker.raschek/db-wait
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7afd418bb8
commit
081f147657
18
.drone.yml
18
.drone.yml
@ -65,9 +65,6 @@ steps:
|
||||
volumes:
|
||||
- name: docker_socket
|
||||
path: /var/run/docker.sock
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
|
||||
- name: notify
|
||||
image: drillster/drone-email
|
||||
@ -91,9 +88,13 @@ volumes:
|
||||
path: /var/run/docker.sock
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- master
|
||||
event:
|
||||
exclude:
|
||||
- tag
|
||||
repo:
|
||||
- volker.raschek/db-wait
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
@ -116,9 +117,6 @@ steps:
|
||||
from_secret: container_image_registry_user
|
||||
password:
|
||||
from_secret: container_image_registry_password
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
|
||||
- name: notify
|
||||
image: drillster/drone-email
|
||||
@ -145,9 +143,13 @@ volumes:
|
||||
path: /var/run/docker.sock
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- master
|
||||
event:
|
||||
exclude:
|
||||
- tag
|
||||
repo:
|
||||
- volker.raschek/db-wait
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
@ -191,9 +193,13 @@ depends_on:
|
||||
- latest-armv7
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- master
|
||||
event:
|
||||
exclude:
|
||||
- tag
|
||||
repo:
|
||||
- volker.raschek/db-wait
|
||||
---
|
||||
kind: pipeline
|
||||
type: kubernetes
|
||||
|
Loading…
Reference in New Issue
Block a user