Merge pull request #92 from CentOS/appstudio-fedora-bootc

Red Hat Trusted App Pipeline update fedora-bootc
This commit is contained in:
Liora Milbaum 2023-12-04 21:03:33 +02:00 committed by GitHub
commit 9526d5f487
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View File

@ -12,7 +12,7 @@ metadata:
== "main"
creationTimestamp: null
labels:
appstudio.openshift.io/application: centos-bootc
appstudio.openshift.io/application: fedora-bootc
appstudio.openshift.io/component: fedora-bootc
pipelines.appstudio.openshift.io/type: build
name: fedora-bootc-on-pull-request
@ -24,7 +24,7 @@ spec:
- name: git-url
value: "{{repo_url}}"
- name: output-image
value: quay.io/redhat-user-workloads/centos-bootc-tenant/centos-bootc/fedora-bootc:on-pr-{{revision}}
value: quay.io/redhat-user-workloads/centos-bootc-tenant/fedora-bootc/fedora-bootc:on-pr-{{revision}}
- name: path-context
value: .
- name: revision

View File

@ -4,6 +4,7 @@ metadata:
annotations:
build.appstudio.openshift.io/repo: https://github.com/CentOS/centos-bootc?rev={{revision}}
build.appstudio.redhat.com/commit_sha: "{{revision}}"
build.appstudio.redhat.com/pull_request_number: "{{pull_request_number}}"
build.appstudio.redhat.com/target_branch: "{{target_branch}}"
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression:
@ -11,7 +12,7 @@ metadata:
== "main"
creationTimestamp: null
labels:
appstudio.openshift.io/application: centos-bootc
appstudio.openshift.io/application: fedora-bootc
appstudio.openshift.io/component: fedora-bootc
pipelines.appstudio.openshift.io/type: build
name: fedora-bootc-on-push
@ -23,7 +24,7 @@ spec:
- name: git-url
value: "{{repo_url}}"
- name: output-image
value: quay.io/redhat-user-workloads/centos-bootc-tenant/centos-bootc/fedora-bootc:on-pr-{{revision}}
value: quay.io/redhat-user-workloads/centos-bootc-tenant/fedora-bootc/fedora-bootc:on-pr-{{revision}}
- name: path-context
value: .
- name: revision