File tree Expand file tree Collapse file tree 4 files changed +30
-5
lines changed Expand file tree Collapse file tree 4 files changed +30
-5
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : release
3+
4+ on :
5+ push :
6+ tags :
7+ - " *"
8+
9+ jobs :
10+ release :
11+ permissions :
12+ contents : write
13+ packages : write
14+ runs-on : ubuntu-latest
15+ steps :
16+ - uses : actions/checkout@v3
17+
18+ - uses : openshift-pipelines/release-tektoncd-task@main
19+ env :
20+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 11apiVersion : v2
2- name : git
2+ name : task- git
33version : 0.0.1
44description : |
55 This Task represents Git and is able to initialize and clone a remote
Original file line number Diff line number Diff line change 1- [ ![ test] [ workflowsTestBadge ]] [ workflowsTest ]
1+ <p align =" center " >
2+ <a alt="Test Workflow" href="https://github.com/openshift-pipelines/task-git/actions/workflows/test.yaml">
3+ <img alt="GitHub Test Workflow Status" src="https://img.shields.io/github/actions/workflow/status/openshift-pipelines/task-git/test.yaml?label=test">
4+ </a>
5+ <a alt="Latest Release" href="https://github.com/openshift-pipelines/task-git/releases/latest">
6+ <img alt="GitHub release (latest by date)" src="https://img.shields.io/github/v/release/openshift-pipelines/task-git">
7+ </a>
8+ </p >
29
310` git ` Tekton Task
411-----------------
@@ -146,5 +153,3 @@ The following results are produced by this Task.
146153[ tektonPVC ] : https://tekton.dev/docs/pipelines/workspaces/#using-persistentvolumeclaims-as-volumesource
147154[ tektonWorkspaceSecret ] : https://tekton.dev/docs/pipelines/workspaces/#secret
148155[ tlsCA ] : https://en.wikipedia.org/wiki/Certificate_authority
149- [ workflowsTest ] : https://github.com/openshift-pipelines/task-git/actions/workflows/test.yaml
150- [ workflowsTestBadge ] : https://github.com/openshift-pipelines/task-git/actions/workflows/test.yaml/badge.svg
Original file line number Diff line number Diff line change 22apiVersion : tekton.dev/v1beta1
33kind : Task
44metadata :
5- name : {{ .Chart.Name }}
5+ name : git
66 labels :
77 app.kubernetes.io/version : {{ .Chart.Version }}
88{{- if .Values.annotations }}
You can’t perform that action at this time.
0 commit comments