We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 124d49c commit a258b8eCopy full SHA for a258b8e
.github/workflows/workflow.yml
@@ -44,7 +44,7 @@ jobs:
44
run: |
45
PHP_VERSION="${{ matrix.php_version }}"
46
PHP_PATCH_VERSION=`docker run --rm thecodingmachine/php:${PHP_VERSION}-v4-slim-${{ matrix.variant }} php -v | head -n1 | grep -P '\d+\.\d+\.\d+' -o | head -n1`
47
- PHP_MINOR="${PHP_PATCH_VERSION}" docker buildx bake --pull \
+ PHP_PATCH_MINOR="${PHP_PATCH_VERSION}" docker buildx bake --pull \
48
--set "*.platform=linux/amd64,linux/arm64" \
49
--set=*.output=type=registry \
50
php${PHP_VERSION//.}-${{ matrix.variant }}
0 commit comments