(projectName string)
| 82 | } |
| 83 | |
| 84 | func makeImageName(projectName string) string { |
| 85 | return fmt.Sprintf("quay.io/example/%s:v0.0.1", projectName) |
| 86 | } |
| 87 | |
| 88 | func makeBundleImageName(projectName string) string { |
| 89 | return fmt.Sprintf("quay.io/example/%s-bundle:v0.0.1", projectName) |
no outgoing calls
no test coverage detected