fix goss tests failing on multiple tags

This commit is contained in:
Mehdi Benadel 2024-01-31 11:03:53 +01:00
parent c272137d65
commit 3e5eb84708
1 changed files with 1 additions and 1 deletions

View File

@ -207,4 +207,4 @@ jobs:
-v "./.env.testing:/var/www/.env" \
-e "EXPECTED_PHP_VERSION=${{ matrix.php_version }}" \
-e "PHP_BASE_TYPE=${{ matrix.php_base }}" \
${{ steps.meta.outputs.tags }}
${{ fromJSON(steps.meta.outputs.json).tags[0] }}