fix: missing build arg
Some checks failed
ci/woodpecker/manual/build_release/2 Pipeline is pending
ci/woodpecker/manual/build_release/3 Pipeline is pending
ci/woodpecker/manual/build_release/4 Pipeline is pending
ci/woodpecker/manual/build_release/1 Pipeline failed

This commit is contained in:
Ruben Momoa
2024-08-23 16:18:45 +02:00
parent 4d3f472d8f
commit 08a110e307

View File

@@ -37,4 +37,6 @@ steps:
context: ./build
repo: vistanarvas/${CI_REPO_NAME}
auto_tag: true
auto_tag_suffix: php-${PHP_VERSION}
auto_tag_suffix: php-${PHP_VERSION}
build_args:
- BASE_VERSION=${PHP_VERSION}