From 8c2c4aa4d80e531ee50a8a9c334296b0773d6c12 Mon Sep 17 00:00:00 2001 From: f Date: Tue, 15 Feb 2022 15:05:26 -0300 Subject: [PATCH] cache and keep 3.13.6 --- .woodpecker.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index c43adb9..9390f52 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -12,11 +12,13 @@ pipeline: username: sutty secrets: - docker_password + cache_from: registry.nulo.in/sutty/monit:${ALPINE_VERSION} when: branch: antifascista event: push matrix: ALPINE_VERSION: + - 3.13.6 - 3.13.7 - 3.14.3 - 3.15.0