Browse Source

Merge pull request #1470 from porter-dev/master

change default builder to heroku
sunguroku 4 years ago
parent
commit
12427690b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dashboard/src/components/repo-selector/ActionDetails.tsx

+ 1 - 1
dashboard/src/components/repo-selector/ActionDetails.tsx

@@ -227,7 +227,7 @@ const ActionDetails: React.FC<PropsType> = (props) => {
 
 
 export default ActionDetails;
 export default ActionDetails;
 
 
-const DEFAULT_BUILDER_NAME = "paketo";
+const DEFAULT_BUILDER_NAME = "heroku";
 const DEFAULT_PAKETO_STACK = "paketobuildpacks/builder:full";
 const DEFAULT_PAKETO_STACK = "paketobuildpacks/builder:full";
 const DEFAULT_HEROKU_STACK = "heroku/buildpacks:20";
 const DEFAULT_HEROKU_STACK = "heroku/buildpacks:20";