fix: make repo to lower workflow step posix compatible

This commit is contained in:
Dominik 2025-05-09 23:37:01 +02:00 committed by Maximilian Liebmann
parent 4757a0ceba
commit 2fa884bbe9

View file

@ -37,7 +37,7 @@ jobs:
- name: lowercase repo name
run: |
echo "REPO=${GITHUB_REPOSITORY,,}" >>${GITHUB_ENV}
echo "REPO=$(echo $GITHUB_REPOSITORY | tr '[:upper:]' '[:lower:]')" >>${GITHUB_ENV}
- name: Build and push (pull_request)
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6