Explorar el Código

change placeholder image to hello-porter

sunguroku hace 5 años
padre
commit
39b1f87048

+ 1 - 1
dashboard/src/main/home/launch/expanded-template/LaunchTemplate.tsx

@@ -180,7 +180,7 @@ export default class LaunchTemplate extends Component<PropsType, StateType> {
     }
     }
 
 
     if (this.state.sourceType === "repo") {
     if (this.state.sourceType === "repo") {
-      imageUrl = "hello-world";
+      imageUrl = "porterdev/hello-porter";
       tag = "latest";
       tag = "latest";
     }
     }