no tags until drone investigation
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
cda276674f
commit
d716cb6aaf
16
.drone.yml
16
.drone.yml
|
@ -24,8 +24,6 @@ steps:
|
|||
registry: https://registry.xrg.io
|
||||
cache_from: registry.xrg.io/xrges/php:latest
|
||||
auto_tag: true
|
||||
tags:
|
||||
- latest
|
||||
username:
|
||||
from_secret: registry_username
|
||||
password:
|
||||
|
@ -42,8 +40,6 @@ steps:
|
|||
registry: https://registry.xrg.io
|
||||
cache_from: registry.xrg.io/xrges/nginx:latest
|
||||
auto_tag: true
|
||||
tags:
|
||||
- latest
|
||||
username:
|
||||
from_secret: registry_username
|
||||
password:
|
||||
|
@ -59,13 +55,11 @@ steps:
|
|||
repo: registry.xrg.io/xrges/redis
|
||||
registry: https://registry.xrg.io
|
||||
cache_from: registry.xrg.io/xrges/redis:latest
|
||||
auto_tag: true
|
||||
username:
|
||||
from_secret: registry_username
|
||||
password:
|
||||
from_secret: registry_password
|
||||
auto_tag: true
|
||||
tags:
|
||||
- latest
|
||||
depends_on:
|
||||
- frontend
|
||||
- backend
|
||||
|
@ -78,10 +72,6 @@ volumes:
|
|||
node:
|
||||
location: home
|
||||
|
||||
trigger:
|
||||
event:
|
||||
- tag
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
|
@ -116,7 +106,3 @@ node:
|
|||
|
||||
depends_on:
|
||||
- build
|
||||
|
||||
trigger:
|
||||
event:
|
||||
- tag
|
||||
|
|
Loading…
Reference in New Issue