mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-06-22 11:29:28 +08:00
Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7362e2ee9b | |||
| 2a96bf3d2c | |||
| caa56759c2 | |||
| bae916660e | |||
| 8e795671c2 | |||
| d784fb6c4d | |||
| 534896c172 | |||
| 634370ab70 | |||
| 0e57c19ffe | |||
| 9f25026d56 | |||
| b595866809 | |||
| 00f71d4310 |
@@ -23,12 +23,7 @@ export async function getDeploymentConfig(): Promise<DeploymentConfig> {
|
||||
)
|
||||
}
|
||||
|
||||
let imageNames = core.getInput('images').split('\n') || []
|
||||
imageNames.forEach((element) => {
|
||||
if (element === null || '/^s+$/') {
|
||||
imageNames.pop()
|
||||
}
|
||||
})
|
||||
const imageNames = core.getInput('images').split('\n') || []
|
||||
const imageDockerfilePathMap: {[id: string]: string} = {}
|
||||
|
||||
const pullImages = !(core.getInput('pull-images').toLowerCase() === 'false')
|
||||
|
||||
Reference in New Issue
Block a user