tag latest

This commit is contained in:
Sergio Álvarez 2022-01-12 12:54:21 +01:00
parent 312b9c75a6
commit cda276674f
No known key found for this signature in database
GPG Key ID: 622780889DFDBDA5
1 changed files with 9 additions and 3 deletions

View File

@ -20,10 +20,12 @@ steps:
image: plugins/docker image: plugins/docker
settings: settings:
dockerfile: docker/Dockerfile.php dockerfile: docker/Dockerfile.php
auto_tag: true
repo: registry.xrg.io/xrges/php repo: registry.xrg.io/xrges/php
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
tags:
- latest
username: username:
from_secret: registry_username from_secret: registry_username
password: password:
@ -36,10 +38,12 @@ steps:
image: plugins/docker image: plugins/docker
settings: settings:
dockerfile: docker/Dockerfile.nginx dockerfile: docker/Dockerfile.nginx
auto_tag: true
repo: registry.xrg.io/xrges/nginx repo: registry.xrg.io/xrges/nginx
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
tags:
- latest
username: username:
from_secret: registry_username from_secret: registry_username
password: password:
@ -52,7 +56,6 @@ steps:
image: plugins/docker image: plugins/docker
settings: settings:
dockerfile: docker/Dockerfile.redis dockerfile: docker/Dockerfile.redis
auto_tag: true
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
@ -60,6 +63,9 @@ steps:
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