Skip to content

Commit

Permalink
change-rekor-cli-app-to-main (#211)
Browse files Browse the repository at this point in the history
Changes the rekor-cli application to rekor instead of cli
  • Loading branch information
JasonPowr authored Feb 12, 2024
1 parent a555092 commit 972e199
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .tekton/rekor-cli-1-3-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
== "main"
creationTimestamp: null
labels:
appstudio.openshift.io/application: cli
appstudio.openshift.io/application: rekor
appstudio.openshift.io/component: rekor-cli
pipelines.appstudio.openshift.io/type: build
name: rekor-cli-on-pull-request
Expand All @@ -25,7 +25,7 @@ spec:
- name: image-expires-after
value: 5d
- name: output-image
value: quay.io/redhat-user-workloads/rhtas-tenant/cli/rekor-cli:on-pr-{{revision}}
value: quay.io/redhat-user-workloads/rhtas-tenant/rekor/rekor-cli:on-pr-{{revision}}
- name: path-context
value: .
- name: revision
Expand Down
4 changes: 2 additions & 2 deletions .tekton/rekor-cli-1-3-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
== "main"
creationTimestamp: null
labels:
appstudio.openshift.io/application: cli
appstudio.openshift.io/application: rekor
appstudio.openshift.io/component: rekor-cli
pipelines.appstudio.openshift.io/type: build
name: rekor-cli-on-push
Expand All @@ -22,7 +22,7 @@ spec:
- name: git-url
value: '{{repo_url}}'
- name: output-image
value: quay.io/redhat-user-workloads/rhtas-tenant/cli/rekor-cli:{{revision}}
value: quay.io/redhat-user-workloads/rhtas-tenant/rekor/rekor-cli:{{revision}}
- name: path-context
value: .
- name: revision
Expand Down

0 comments on commit 972e199

Please sign in to comment.