From a258b8ebbfe7e90308a0242f64f98775dd0234be Mon Sep 17 00:00:00 2001 From: Mistral OZ - MIO Date: Mon, 25 Jul 2022 18:58:40 +0200 Subject: [PATCH] Hotfix : Send also php minor version tag to registry --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index c0934796..58c8b31e 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -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 }}