Skip to content

Commit

Permalink
chore: changing push url to securesign (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
SequeI committed Jul 3, 2024
1 parent 31a2fcd commit 15d55a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tekton/rekor-search-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
- name: revision
value: '{{revision}}'
- name: output-image
value: quay.io/redhat-user-workloads/rhtas-tenant/rekor-search/rekor-search:on-pr-{{revision}}
value: quay.io/securesign/rekor-search-ui:on-pr-{{revision}}
- name: image-expires-after
value: 5d
- name: dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .tekton/rekor-search-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
- name: revision
value: '{{revision}}'
- name: output-image
value: quay.io/redhat-user-workloads/rhtas-tenant/rekor-search/rekor-search:{{revision}}
value: quay.io/securesign/rekor-search-ui:{{revision}}
- name: dockerfile
value: Dockerfile
- name: build-source-image
Expand Down

0 comments on commit 15d55a7

Please sign in to comment.