tektoncd / website

Tekton Website
https://tekton.dev
Apache License 2.0
62 stars 149 forks source link

Fix typo in kaniko-build-push.md #460

Closed TBragi closed 1 year ago

TBragi commented 1 year ago

Fixing a small typo which breaks the How-to Guide if followed blindly/copy-pasted.

The documentation refers to pipeline,yaml in line 49, but I believe it should be referring to pipeline.yaml ( using a punctuation instead of a comma ).

Changes

- Create a new Pipeline, `pipeline,yaml`, that uses the *git clone* Task to [clone
+ Create a new Pipeline, `pipeline.yaml`, that uses the *git clone* Task to [clone

Submitter Checklist

These are the criteria that every PR should meet, please check them off as you review them:

See the contribution guide for more details.

linux-foundation-easycla[bot] commented 1 year ago

CLA Signed

The committers listed above are authorized under a signed CLA.

tekton-robot commented 1 year ago

@Arhell: changing LGTM is restricted to collaborators

In response to [this](https://github.com/tektoncd/website/pull/460#pullrequestreview-1140580382): >/lgtm Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
tekton-robot commented 1 year ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: AlanGreene

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/tektoncd/website/blob/main/OWNERS)~~ [AlanGreene] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment