Browse Source

Merge pull request #337 from porter-dev/master

change placeholder image to hello-porter
sunguroku 5 năm trước cách đây
mục cha
commit
46b3381bf6

+ 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";
     }
     }