fix: Make lowercase container name
All checks were successful
Build Docker / BuildSite (push) Successful in 32s
All checks were successful
Build Docker / BuildSite (push) Successful in 32s
This commit is contained in:
parent
897f59e1d2
commit
9a1df327b4
@ -38,6 +38,7 @@ jobs:
|
|||||||
repo=$GITHUB_REPOSITORY
|
repo=$GITHUB_REPOSITORY
|
||||||
# Remove the org name
|
# Remove the org name
|
||||||
repo=${repo#*/}
|
repo=${repo#*/}
|
||||||
|
repo=$(echo $repo | tr '[:upper:]' '[:lower:]')
|
||||||
echo "container=$repo"
|
echo "container=$repo"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user