Explorar o código

Merge pull request #1470 from porter-dev/master

change default builder to heroku
sunguroku %!s(int64=4) %!d(string=hai) anos
pai
achega
12427690b5
Modificáronse 1 ficheiros con 1 adicións e 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;
 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";