From c0e6b8150b63d19ac7dada60cb54d52773c4e9c1 Mon Sep 17 00:00:00 2001 From: f Date: Wed, 19 Jun 2024 10:15:44 -0300 Subject: [PATCH] refactor: use matrix so it's easier to merge downstream containers --- .woodpecker.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 71dcde8..c4defc6 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -17,8 +17,8 @@ steps: branch: "antifascista" event: "push" matrix: - ALPINE_VERSION: - - "3.20.1" - - "3.19.2" - - "3.18.7" - - "3.17.8" + include: + - ALPINE_VERSION: "3.20.1" + - ALPINE_VERSION: "3.19.2" + - ALPINE_VERSION: "3.18.7" + - ALPINE_VERSION: "3.17.8"