apiVersion: tekton.dev/v1 kind: Task metadata: name: tekst spec: steps: - name: echo image: ubuntu script: | echo "Hello from Gitea Task!"