Skip to content

Commit

Permalink
Adapt to fork
Browse files Browse the repository at this point in the history
  • Loading branch information
zregvart committed Jul 16, 2024
1 parent c7cf2df commit d5389aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .tekton/cli-main-ci-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: tekton.dev/v1
kind: PipelineRun
metadata:
annotations:
build.appstudio.openshift.io/repo: https://github.com/enterprise-contract/ec-cli?rev={{revision}}
build.appstudio.openshift.io/repo: https://github.com/zregvart/contract/ec-cli?rev={{revision}}
build.appstudio.redhat.com/commit_sha: '{{revision}}'
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
pipelinesascode.tekton.dev/max-keep-runs: "3"
Expand All @@ -13,7 +13,7 @@ metadata:
appstudio.openshift.io/component: cli-main-ci
pipelines.appstudio.openshift.io/type: build
name: cli-main-ci-on-push
namespace: rhtap-contract-tenant
namespace: zregvart-tenant
spec:
params:
- name: dockerfile
Expand All @@ -23,7 +23,7 @@ spec:
- name: image-expires-after
value: ''
- name: output-image
value: quay.io/redhat-user-workloads/rhtap-contract-tenant/ec-main-ci/cli-main-ci:{{revision}}
value: quay.io/redhat-user-workloads/zregvart-tenant/ec-cli/ec-cli-main:{{revision}}
- name: path-context
value: .
- name: revision
Expand Down

0 comments on commit d5389aa

Please sign in to comment.