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