feat: Fix build pack
All checks were successful
Build Docker / BuildSite (push) Successful in 1m1s

This commit is contained in:
2024-06-22 17:40:53 +10:00
parent f4fdc29d80
commit a19c2eda8a
4 changed files with 7 additions and 25 deletions

View File

@@ -38,6 +38,8 @@ jobs:
repo=$GITHUB_REPOSITORY
# Remove the org name
repo=${repo#*/}
# Set repo to lowercase
repo=$(echo $repo | tr '[:upper:]' '[:lower:]')
echo "container=$repo"