Skip to content

Commit a258b8e

Browse files
committed
Hotfix : Send also php minor version tag to registry
1 parent 124d49c commit a258b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: |
4545
PHP_VERSION="${{ matrix.php_version }}"
4646
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 \
47+
PHP_PATCH_MINOR="${PHP_PATCH_VERSION}" docker buildx bake --pull \
4848
--set "*.platform=linux/amd64,linux/arm64" \
4949
--set=*.output=type=registry \
5050
php${PHP_VERSION//.}-${{ matrix.variant }}

0 commit comments

Comments
 (0)