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
|
registry: https://registry.xrg.io
|
||||||
cache_from: registry.xrg.io/xrges/php:latest
|
cache_from: registry.xrg.io/xrges/php:latest
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
tags:
|
|
||||||
- latest
|
|
||||||
username:
|
username:
|
||||||
from_secret: registry_username
|
from_secret: registry_username
|
||||||
password:
|
password:
|
||||||
|
@ -42,8 +40,6 @@ steps:
|
||||||
registry: https://registry.xrg.io
|
registry: https://registry.xrg.io
|
||||||
cache_from: registry.xrg.io/xrges/nginx:latest
|
cache_from: registry.xrg.io/xrges/nginx:latest
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
tags:
|
|
||||||
- latest
|
|
||||||
username:
|
username:
|
||||||
from_secret: registry_username
|
from_secret: registry_username
|
||||||
password:
|
password:
|
||||||
|
@ -59,13 +55,11 @@ steps:
|
||||||
repo: registry.xrg.io/xrges/redis
|
repo: registry.xrg.io/xrges/redis
|
||||||
registry: https://registry.xrg.io
|
registry: https://registry.xrg.io
|
||||||
cache_from: registry.xrg.io/xrges/redis:latest
|
cache_from: registry.xrg.io/xrges/redis:latest
|
||||||
|
auto_tag: true
|
||||||
username:
|
username:
|
||||||
from_secret: registry_username
|
from_secret: registry_username
|
||||||
password:
|
password:
|
||||||
from_secret: registry_password
|
from_secret: registry_password
|
||||||
auto_tag: true
|
|
||||||
tags:
|
|
||||||
- latest
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- frontend
|
- frontend
|
||||||
- backend
|
- backend
|
||||||
|
@ -78,10 +72,6 @@ volumes:
|
||||||
node:
|
node:
|
||||||
location: home
|
location: home
|
||||||
|
|
||||||
trigger:
|
|
||||||
event:
|
|
||||||
- tag
|
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
|
@ -116,7 +106,3 @@ node:
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- build
|
- build
|
||||||
|
|
||||||
trigger:
|
|
||||||
event:
|
|
||||||
- tag
|
|
||||||
|
|
Loading…
Reference in New Issue