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:
@@ -38,6 +38,7 @@ jobs:
|
||||
repo=$GITHUB_REPOSITORY
|
||||
# Remove the org name
|
||||
repo=${repo#*/}
|
||||
repo=$(echo $repo | tr '[:upper:]' '[:lower:]')
|
||||
echo "container=$repo"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user