Skip to content

Commit

Permalink
Merge branch 'main' into enhancement/issue-1135-contributors-file
Browse files Browse the repository at this point in the history
  • Loading branch information
jjbustamante committed Apr 10, 2023
2 parents ef9a0a9 + bdf7d5a commit 430f763
Show file tree
Hide file tree
Showing 118 changed files with 7,341 additions and 1,806 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/add-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@ on:

jobs:
add-to-project:
if: ${{ github.actor != 'dependabot[bot]' }}
name: Add To GitHub Projects Beta
runs-on: ubuntu-latest
steps:
- name: Add To GitHub Projects Beta
uses: actions/add-to-project@v0.3.0
uses: actions/add-to-project@v0.4.1
with:
project-url: https://github.com/orgs/pivotal/projects/18
github-token: ${{ secrets.KPACK_BOT_PAT }}
labeled: dependencies
label-operator: NOT
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Run tests
uses: ./.github/actions/run-tests
- name: Report coverage
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@ kpack also provides a build type to execute a single Cloud Native Buildpack OCI
### Documentation & Getting Started

- [Install kpack](docs/install.md)
- Get started with [the tutorial](docs/tutorial.md)
- Get started with [the tutorial](docs/tutorial.md)
- Check out the documentation on kpack concepts:
- [Stacks](docs/stack.md)
- [Stores](docs/store.md)
- [Images](docs/image.md)
- [Secrets](docs/secrets.md)
- [Buildpacks and Stores](docs/buildpacks.md)
- [Builders](docs/builders.md)
- [Builds](docs/build.md)
- [Service Bindings](docs/legacy-cnb-servicebindings.md)

- Interact with kpack using [kpack CLI](https://github.com/vmware-tanzu/kpack-cli/blob/main/docs/kp.md)

- Tailing logs with the kpack [log utility](docs/logs.md)

- Documentation on [Local Development](docs/local.md)

### kpack Working Group
Expand Down
Loading

0 comments on commit 430f763

Please sign in to comment.