fix: fix docker build for CI

This commit is contained in:
Jarian Cottingham 2026-07-05 23:59:32 +00:00
parent f4b84cc412
commit ff894564b9

View File

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