Skip to content

Commit 9e87738

Browse files
author
edge-katanomi-app2[bot]
committed
📚 Sync docs from alaudadevops/tektoncd-operator on 353c1c82aadf50a3cf772f70eb69f9ed9ae5a643
Source: docs: optimize docs for custom task images (#995) Author: edge-katanomi-app2[bot] Ref: refs/heads/main Commit: 353c1c82aadf50a3cf772f70eb69f9ed9ae5a643 This commit automatically syncs documentation changes from the source-docs repository. 🔗 View source commit: https://github.com/alaudadevops/tektoncd-operator/commit/353c1c82aadf50a3cf772f70eb69f9ed9ae5a643 🤖 Synced on 2025-12-11 09:01:19 UTC
1 parent 74c67e0 commit 9e87738

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

‎.github/SYNC_INFO.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Documentation Sync Information
22

3-
- **Last synced**: 2025-12-11 03:36:53 UTC
3+
- **Last synced**: 2025-12-11 09:01:19 UTC
44
- **Source repository**: alaudadevops/tektoncd-operator
5-
- **Source commit**: [f9e4481743d4fc5558b480f175037dfad67784c3](https://github.com/alaudadevops/tektoncd-operator/commit/f9e4481743d4fc5558b480f175037dfad67784c3)
6-
- **Triggered by**: l-qing
7-
- **Workflow run**: [#115](https://github.com/alaudadevops/tektoncd-operator/actions/runs/20121102316)
5+
- **Source commit**: [353c1c82aadf50a3cf772f70eb69f9ed9ae5a643](https://github.com/alaudadevops/tektoncd-operator/commit/353c1c82aadf50a3cf772f70eb69f9ed9ae5a643)
6+
- **Triggered by**: edge-katanomi-app2[bot]
7+
- **Workflow run**: [#117](https://github.com/alaudadevops/tektoncd-operator/actions/runs/20127557474)
88

99
## Files synced:
1010
- docs/

‎docs/en/pipelines/how_to/add-custom-task-images-to-selector.mdx‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,12 @@ spec:
133133
- name: PYTHON_IMAGE
134134
description: Image used for Python steps.
135135
type: string
136+
steps:
137+
- name: python-script
138+
image: $(params.PYTHON_IMAGE)
139+
script: |
140+
#!/bin/sh
141+
# Define your task script
136142
```
137143

138144
Descriptor items and meanings:

0 commit comments

Comments
 (0)