From abc9bfd869e16b8a947422386c5081c0026d8744 Mon Sep 17 00:00:00 2001 From: f Date: Tue, 5 Nov 2024 11:37:26 -0300 Subject: [PATCH] fix: actually set the extra packages --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index f9e06ea..88c12a5 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -13,7 +13,7 @@ steps: - "ACCESS_LOG_VERSION=${ACCESS_LOG_VERSION}" - "NGINX_VERSION=${NGINX_VERSION}" - "BASE_IMAGE=gitea.nulo.in/sutty/monit" - - "EXTRA_PACKAGES=" + - "EXTRA_PACKAGES=${EXTRA_PACKAGES}" password: from_secret: "DOCKER_PASSWORD" when: