diff --git a/.woodpecker/build_release.yml b/.woodpecker/build_release.yml index 25f2698..0de58ae 100644 --- a/.woodpecker/build_release.yml +++ b/.woodpecker/build_release.yml @@ -37,4 +37,6 @@ steps: context: ./build repo: vistanarvas/${CI_REPO_NAME} auto_tag: true - auto_tag_suffix: php-${PHP_VERSION} \ No newline at end of file + auto_tag_suffix: php-${PHP_VERSION} + build_args: + - BASE_VERSION=${PHP_VERSION} \ No newline at end of file