Skip to content

Commit fa19fc7

Browse files
feat: update cnb script
1 parent d2ad193 commit fa19fc7

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.cnb.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ main:
3636
script: docker login -u ${DOCKER_USER} -p "${DOCKER_PWD}" ${DOCKER_REGISTRY}
3737

3838
- name: docker build and push
39-
script: docker buildx build \
40-
--platform linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x \
41-
--build-arg PHP_VERSION=$PHP_VERSION \
42-
--build-arg INSTALL_EXT_VERSION=$INSTALL_EXT_VERSION \
43-
-t $IMAGE_TAG \
44-
-f php/7.2.33/Dockerfile \
45-
php/7.2.33/ \
39+
script: docker buildx build
40+
--platform linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x
41+
--build-arg PHP_VERSION=$PHP_VERSION
42+
--build-arg INSTALL_EXT_VERSION=$INSTALL_EXT_VERSION
43+
-t $IMAGE_TAG
44+
-f php/7.2.33/Dockerfile
45+
php/7.2.33/
4646
--push
4747

0 commit comments

Comments
 (0)