no tags until drone investigation
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Sergio Álvarez 2022-01-12 12:58:56 +01:00
parent cda276674f
commit d716cb6aaf
No known key found for this signature in database
GPG Key ID: 622780889DFDBDA5
1 changed files with 1 additions and 15 deletions

View File

@ -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