Merge pull request 'fix: fix docker build for CI' (#30) from ci-fix into main

Reviewed-on: https://git.example.com/jarianc/FactsDB/pulls/30
This commit is contained in:
Jarian Cottingham 2026-07-05 19:10:49 -05:00
commit 5981858723

View File

@ -96,7 +96,7 @@ jobs:
if: always() if: always()
run: | run: |
if [[ -f Dockerfile ]]; then if [[ -f Dockerfile ]]; then
docker build -t $GITHUB_REPOSITORY:test . docker build -t $(echo $GITHUB_REPOSITORY | tr '[:upper:]' '[:lower:]'):test .
else else
echo "No Dockerfile found, skipping docker build" echo "No Dockerfile found, skipping docker build"
fi fi