fix: lowercase docker tag in CI workflow
This commit is contained in:
parent
dc8db0ca17
commit
7604da6ff9
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user