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 1
1
apiVersion : v2
2
- name : git
2
+ name : task- git
3
3
version : 0.0.1
4
4
description : |
5
5
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 >
2
9
3
10
` git ` Tekton Task
4
11
-----------------
@@ -146,5 +153,3 @@ The following results are produced by this Task.
146
153
[ tektonPVC ] : https://tekton.dev/docs/pipelines/workspaces/#using-persistentvolumeclaims-as-volumesource
147
154
[ tektonWorkspaceSecret ] : https://tekton.dev/docs/pipelines/workspaces/#secret
148
155
[ 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 2
2
apiVersion : tekton.dev/v1beta1
3
3
kind : Task
4
4
metadata :
5
- name : {{ .Chart.Name }}
5
+ name : git
6
6
labels :
7
7
app.kubernetes.io/version : {{ .Chart.Version }}
8
8
{{- if .Values.annotations }}
You can’t perform that action at this time.
0 commit comments