From fc4bffb2fd716b17f75a2f24e119c467aa0b9ccf Mon Sep 17 00:00:00 2001 From: Lacey-Anne Sanderson Date: Thu, 8 Feb 2024 16:22:02 -0600 Subject: [PATCH] Pass phpversion to extension module builds. --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 5004ee9..733429e 100644 --- a/action.yml +++ b/action.yml @@ -52,6 +52,7 @@ runs: if [ -f "${{ inputs.dockerfile }}" ]; then docker build --tag=testing:localdocker \ --build-arg drupalversion="${{ inputs.drupal-version }}" \ + --build-arg phpversion="${{ inputs.php-version }}" \ --build-arg chadoschema='testchado' ./ elif [ -f "$TRIPALDOCKER" ]; then docker build --tag=testing:localdocker \