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 ddddf6f commit b5e9bf0Copy full SHA for b5e9bf0
.github/workflows/default.yml
@@ -87,9 +87,9 @@ jobs:
87
builder: ${{ steps.buildx.outputs.name }}
88
context: ./src
89
file: ./src/Dockerfile
90
- build-args:
91
- - CLI_VERSION=php${{ matrix.version }}
92
- - INSTALL_SQLITE=${{ matrix.version == "8.3" }}
+ build-args: |
+ CLI_VERSION=php${{ matrix.version }}
+ INSTALL_SQLITE=${{ matrix.version >= '8.3' }}
93
platforms: linux/amd64,linux/arm64
94
push: ${{ github.event_name != 'pull_request' }}
95
tags: ${{ steps.prep.outputs.tags }}
0 commit comments