File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -157,6 +157,7 @@ jobs:
157157 image_name : awslabs/aws-crt-builder/aws-crt-php${{ matrix.version }}-linux-x64
158158 image_tag : ${{ steps.tag.outputs.release_tag }}
159159 context : .github/docker-images/phpbrew-linux-x64
160+ build_extra_args : --compress=true --build-arg PHP_VERSION=${{matrix.version}}
160161
161162 - name : Login to docker repos
162163 run : |
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109 image_name : awslabs/aws-crt-builder/aws-crt-php${{ matrix.version }}-linux-x64
110110 image_tag : ${{ steps.tag.outputs.release_tag }}
111111 context : .github/docker-images/phpbrew-linux-x64
112- build_extra_args : --compress=true --build-arg= PHP_VERSION=${{matrix.version}}
112+ build_extra_args : --compress=true --build-arg PHP_VERSION=${{matrix.version}}
113113
114114 - name : Export PHP ${{ matrix.version }} image to S3/channels/${{ steps.tag.outputs.release_tag }}
115115 run : |
You can’t perform that action at this time.
0 commit comments