update drone ci file

This commit is contained in:
Julien Fastré 2022-07-11 21:46:53 +02:00
parent fc1690fb7d
commit a26bb4a494

View File

@ -19,15 +19,16 @@ steps:
password:
from_secret: docker_password
registry: h3m6q87t.gra7.container-registry.ovh.net
repo: h3m6q87t.gra7.container-registry.ovh.net/vendee/php-base
repo: h3m6q87t.gra7.container-registry.ovh.net/chillbasics/php-base
tag: latest
target: chill_base_php
pull_image: true
cache_from:
- h3m6q87t.gra7.container-registry.ovh.net/vendee/php-base:latest
- h3m6q87t.gra7.container-registry.ovh.net/chillbasics/php-base:latest
- chill/base-image:latest
- name: composer-install
image: h3m6q87t.gra7.container-registry.ovh.net/vendee/php-base:latest
image: h3m6q87t.gra7.container-registry.ovh.net/chillbasics/php-base:latest
pull: always
commands:
- composer install --no-scripts --no-interaction
@ -49,11 +50,12 @@ steps:
password:
from_secret: docker_password
registry: h3m6q87t.gra7.container-registry.ovh.net
repo: h3m6q87t.gra7.container-registry.ovh.net/vendee/php
repo: h3m6q87t.gra7.container-registry.ovh.net/chillbasics/php
tag:
- ${DRONE_TAG}
cache_from:
- h3m6q87t.gra7.container-registry.ovh.net/vendee/php-base:latest
- h3m6q87t.gra7.container-registry.ovh.net/chillbasics/php-base:latest
- chill/base-image:latest
- name: build-image-nginx
image: plugins/docker
@ -64,39 +66,7 @@ steps:
password:
from_secret: docker_password
registry: h3m6q87t.gra7.container-registry.ovh.net
repo: h3m6q87t.gra7.container-registry.ovh.net/vendee/nginx
repo: h3m6q87t.gra7.container-registry.ovh.net/chillbasics/nginx
tag:
- ${DRONE_TAG}
Dockerfile: docker/nginx/Dockerfile
---
kind: pipeline
type: docker
name: build-base-image
image_pull_secrets:
- dockerconfig
trigger:
event:
- cron
cron:
- base-image
steps:
- name: build-base-image
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
registry: h3m6q87t.gra7.container-registry.ovh.net
repo: h3m6q87t.gra7.container-registry.ovh.net/vendee/php-base
tag: latest
target: chill_base_php
pull_image: true
cache_from:
- h3m6q87t.gra7.container-registry.ovh.net/vendee/php-base:latest