Skip to content

Commit

Permalink
Hotfix : Send also php minor version tag to registry
Browse files Browse the repository at this point in the history
  • Loading branch information
mistraloz committed Jul 25, 2022
1 parent 124d49c commit a258b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
PHP_VERSION="${{ matrix.php_version }}"
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`
PHP_MINOR="${PHP_PATCH_VERSION}" docker buildx bake --pull \
PHP_PATCH_MINOR="${PHP_PATCH_VERSION}" docker buildx bake --pull \
--set "*.platform=linux/amd64,linux/arm64" \
--set=*.output=type=registry \
php${PHP_VERSION//.}-${{ matrix.variant }}

0 comments on commit a258b8e

Please sign in to comment.