Skip to content

Commit

Permalink
switch from testchado to teacup
Browse files Browse the repository at this point in the history
  • Loading branch information
laceysanderson authored Feb 27, 2024
1 parent 6317df2 commit c2b6340
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c2b6340

Please sign in to comment.