فهرست منبع

Merge pull request #337 from porter-dev/master

change placeholder image to hello-porter
sunguroku 5 سال پیش
والد
کامیت
46b3381bf6
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      dashboard/src/main/home/launch/expanded-template/LaunchTemplate.tsx

+ 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") {
-      imageUrl = "hello-world";
+      imageUrl = "porterdev/hello-porter";
       tag = "latest";
     }