From c29f6cdf968b8e251eb30a4f6ba9383da0be2b50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Thu, 30 Mar 2023 18:14:30 +0200 Subject: [PATCH] adapt drone config --- .drone.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index ec09a72..8465348 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,7 +21,7 @@ steps: registry: h3m6q87t.gra7.container-registry.ovh.net repo: h3m6q87t.gra7.container-registry.ovh.net/chillbasics/php-base tag: latest - target: chill_base_php + target: chill_base_php82 pull_image: true cache_from: - h3m6q87t.gra7.container-registry.ovh.net/chillbasics/php-base:latest @@ -103,7 +103,9 @@ steps: from_secret: docker_password_gitea registry: gitea.champs-libres.be/chill-project/chill-skeleton-basic repo: gitea.champs-libres.be/chill-project/chill-skeleton-basic/base-image - tag: php82 + tag: + - php82 + - latest target: chill_base_php82 pull_image: true