Skip to content

Commit

Permalink
Merge pull request #4 from tripal/3-dockerfile-in-tripal-core-name-ch…
Browse files Browse the repository at this point in the history
…ange

Dockerfile in tripal core name change
  • Loading branch information
laceysanderson authored Mar 25, 2024
2 parents c2b6340 + 579b136 commit ee01235
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ runs:
if: ${{ inputs.build-image == 'true' }}
shell: bash
run: |
TRIPALDOCKER="tripaldocker/Dockerfile-php${{ inputs.php-version }}-pgsql${{ inputs.pgsql-version }}"
TRIPALDOCKER="tripaldocker/Dockerfile-php${{ inputs.php-version }}"
if [ -f "${{ inputs.dockerfile }}" ]; then
docker build --tag=testing:localdocker \
--build-arg drupalversion="${{ inputs.drupal-version }}" \
Expand All @@ -57,6 +57,7 @@ runs:
elif [ -f "$TRIPALDOCKER" ]; then
docker build --tag=testing:localdocker \
--build-arg drupalversion="${{ inputs.drupal-version }}" \
--build-arg postgresqlversion="${{ inputs.pgsql-version }}" \
--build-arg chadoschema='teacup' ./ \
--file $TRIPALDOCKER
fi
Expand Down

0 comments on commit ee01235

Please sign in to comment.