From 4cea1b3d1c1259b23ce59a1b6408b0c130a6240e Mon Sep 17 00:00:00 2001 From: f Date: Tue, 15 Feb 2022 15:27:53 -0300 Subject: [PATCH] include ruby version in cache --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 31718bc..7175605 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -13,7 +13,7 @@ pipeline: username: sutty secrets: - docker_password - cache_from: registry.nulo.in/sutty/ruby:${ALPINE_VERSION} + cache_from: registry.nulo.in/sutty/ruby:${ALPINE_VERSION}-${RUBY_VERSION}.${RUBY_PATCH} when: branch: antifascista event: push