feat: add plain zot credentials for crane
This commit is contained in:
17
tekton/ci-cd/manifests/triggers/triggerbinding.yaml
Normal file
17
tekton/ci-cd/manifests/triggers/triggerbinding.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
apiVersion: triggers.tekton.dev/v1beta1
|
||||
kind: TriggerBinding
|
||||
metadata:
|
||||
name: github-push-binding
|
||||
namespace: tekton-pipelines
|
||||
spec:
|
||||
params:
|
||||
- name: git-url
|
||||
value: $(body.repository.clone_url)
|
||||
- name: git-revision
|
||||
value: $(body.after)
|
||||
- name: git-branch
|
||||
value: $(extensions.branch_name)
|
||||
- name: repo-name
|
||||
value: $(body.repository.name)
|
||||
- name: repo-full-name
|
||||
value: $(body.repository.full_name)
|
||||
Reference in New Issue
Block a user