From fb39e39244d402ba6728aebbf5edd7420dd71591 Mon Sep 17 00:00:00 2001 From: David Prevot Date: Tue, 12 Jul 2022 13:44:14 +0200 Subject: [PATCH] php: Drop alternative Stretch images Fix Drone too. --- .drone.yml | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/.drone.yml b/.drone.yml index 026b344..2e9f3c2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -145,34 +145,6 @@ steps: - stretch - '7.0' -- name: build php (Stretch PHP 7.2) - image: plugins/docker - depends_on: [] - settings: - username: - from_secret: docker_username - password: - from_secret: docker_password - context: ./php - dockerfile: php/Dockerfile.stretch72 - repo: evolix/php - tags: - - stretch72 - - '7.2' - -- name: build php (Stretch PHP 7.3) - image: plugins/docker - depends_on: [] - settings: - username: - from_secret: docker_username - password: - from_secret: docker_password - context: ./php - dockerfile: php/Dockerfile.stretch73 - repo: evolix/php - tags: stretch73 - - name: build php (Buster) image: plugins/docker depends_on: []