From c2b6340a770b3d35c67bc8dfb4f759939f4cd81d Mon Sep 17 00:00:00 2001 From: Lacey-Anne Sanderson Date: Tue, 27 Feb 2024 15:07:54 -0600 Subject: [PATCH] switch from testchado to teacup --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 8d97788..e7b7c5f 100644 --- a/action.yml +++ b/action.yml @@ -53,11 +53,11 @@ runs: docker build --tag=testing:localdocker \ --build-arg drupalversion="${{ inputs.drupal-version }}" \ --build-arg phpversion="${{ inputs.php-version }}" \ - --build-arg chadoschema='testchado' ./ + --build-arg chadoschema='teacup' ./ elif [ -f "$TRIPALDOCKER" ]; then docker build --tag=testing:localdocker \ --build-arg drupalversion="${{ inputs.drupal-version }}" \ - --build-arg chadoschema='testchado' ./ \ + --build-arg chadoschema='teacup' ./ \ --file $TRIPALDOCKER fi # Just spin up docker the good ol' fashion way