From b05361ae18fcffaf7c4c2096b0cac431d677900e Mon Sep 17 00:00:00 2001 From: f Date: Wed, 16 Aug 2023 13:04:14 -0300 Subject: [PATCH] fix: set the env var --- .woodpecker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 4392cbe..e35dc91 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -11,6 +11,7 @@ pipeline: - "ALPINE_VERSION=${ALPINE_VERSION}" - "PG_VERSION=${PG_VERSION}" - "PG_VERSION_APPENDED=${PG_VERSION_APPENDED}" + - "PG_VERSION_FULL=${PG_VERSION_FULL}" - "BASE_IMAGE=gitea.nulo.in/sutty/monit" secrets: - "DOCKER_PASSWORD"