Convert repository to lower case
This commit is contained in:
@@ -58,6 +58,9 @@ export function getInputs(): Inputs {
|
||||
inputs.repository = process.env['GITHUB_REPOSITORY']
|
||||
}
|
||||
|
||||
// Docker repositories must be all lower case
|
||||
inputs.repository = inputs.repository.toLowerCase()
|
||||
|
||||
return inputs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user