fix: Ensure image names are lowercase
This commit is contained in:
parent
d4b511ebdb
commit
8c94473ae3
3 changed files with 20 additions and 5 deletions
|
|
@ -123,7 +123,9 @@ impl CiDriver for GithubDriver {
|
|||
.repository
|
||||
.owner
|
||||
.login
|
||||
))
|
||||
)
|
||||
.trim()
|
||||
.to_lowercase())
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue