Explorar el Código

Merge pull request #1470 from porter-dev/master

change default builder to heroku
sunguroku hace 4 años
padre
commit
12427690b5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
 
-const DEFAULT_BUILDER_NAME = "paketo";
+const DEFAULT_BUILDER_NAME = "heroku";
 const DEFAULT_PAKETO_STACK = "paketobuildpacks/builder:full";
 const DEFAULT_HEROKU_STACK = "heroku/buildpacks:20";