diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7d7907d43..c12814306 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,9 +29,7 @@ jobs: - name: Install Dependencies run: sudo apt-get install make curl jq - name: Install pack - uses: buildpacks/github-actions/setup-pack@v5.9.7 - with: - pack-version: '0.38.2' + uses: buildpacks/github-actions/setup-pack@v5.11.0 - name: Test run: make test env: diff --git a/themes/buildpacks/layouts/index.html b/themes/buildpacks/layouts/index.html index b455073b3..de483e276 100644 --- a/themes/buildpacks/layouts/index.html +++ b/themes/buildpacks/layouts/index.html @@ -10,7 +10,8 @@

that can run on any cloud.

- Get Started + Start Tutorial + Read the Docs

@@ -62,6 +63,25 @@

+

Choose Your Path

+
+
+

I'm an App Developer

+

Learn how to use buildpacks to build your apps without writing a Dockerfile.

+ Get Started +
+
+

I'm a Buildpack Author

+

Create custom buildpacks to support your language, framework, or toolchain.

+ Get Started +
+
+

I'm a Platform Operator

+

Integrate buildpacks into your platform to enforce security and compliance at scale.

+ Get Started +
+
+

Why Cloud Native Buildpacks?