We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5050722 commit b4a486eCopy full SHA for b4a486e
.cnb.yml
@@ -39,6 +39,6 @@ main:
39
script: docker buildx build
40
--platform $PLATFORM
41
-t $IMAGE_TAG
42
- -f php/$PHP_VERSION/Dockerfile
43
- php/$PHP_VERSION/
+ -f php/$DIR/Dockerfile
+ php/$DIR/
44
--push
.cnb/web_trigger.yml
@@ -11,6 +11,11 @@ branch:
11
description: "PHP 版本"
12
default: "7.2.34"
13
required: true
14
+ DIR:
15
+ name: "文件目录"
16
+ description: "文件目录"
17
+ default: "72.34"
18
+ required: true
19
PLATFORM:
20
name: "编译平台"
21
description: "编译平台,多个用逗号分隔"
0 commit comments