We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 920e627 commit 5e01cd9Copy full SHA for 5e01cd9
docs/tutorials/getting-started-tutorial.md
@@ -56,7 +56,12 @@ disable the `OCI` artifact.
56
To create a simple `TaskRun`, run:
57
58
```shell
59
-$ kubectl create -f https://raw.githubusercontent.com/tektoncd/chains/main/examples/taskruns/task-output-image.yaml
+kubectl create -f https://raw.githubusercontent.com/tektoncd/chains/main/examples/taskruns/task-output-image.yaml
60
+```
61
+
62
+The output should be similar to:
63
64
65
taskrun.tekton.dev/build-push-run-output-image-qbjvh created
66
```
67
0 commit comments