4 changed files with 4 additions and 5 deletions
@ -1,7 +1,7 @@ |
|||
apiVersion: tekton.dev/v1beta1 |
|||
kind: Pipeline |
|||
metadata: |
|||
name: build-multiarch |
|||
name: htop |
|||
spec: |
|||
|
|||
workspaces: |
|||
@ -1,17 +1,17 @@ |
|||
apiVersion: tekton.dev/v1 |
|||
kind: PipelineRun |
|||
metadata: |
|||
generateName: build-multiarch- |
|||
generateName: htop- |
|||
spec: |
|||
pipelineRef: |
|||
name: build-multiarch |
|||
name: htop |
|||
params: |
|||
- name: git-url |
|||
value: https://github.com/nmasse-itix/tekton-pipeline-multiarch.git |
|||
- name: image-name |
|||
value: quay.io/nmasse_itix/htop-multiarch |
|||
- name: context-dir |
|||
value: src |
|||
value: examples/htop/src |
|||
workspaces: |
|||
- name: oci-images |
|||
volumeClaimTemplate: |
|||
@ -1,5 +1,4 @@ |
|||
resources: |
|||
- pipeline.yaml |
|||
- serviceaccount-buildbot.yaml |
|||
- task-buildah-build.yaml |
|||
- task-buildah-push.yaml |
|||
|
|||
Loading…
Reference in new issue