Skip to content

Commit

Permalink
Fix Dockerfile path
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester committed Oct 29, 2024
1 parent 6932542 commit 9975769
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tekton/operator-main-index-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
- name: image-expires-after
value: 5d
- name: dockerfile
value: openshift/olm-catalog/openshift-pipelines/index/Dockerfile
value: openshift/olm-catalog/index/Dockerfile
pipelineRef:
name: fbc-build
taskRunTemplate: {}
Expand Down
2 changes: 1 addition & 1 deletion .tekton/operator-main-index-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
- name: output-image
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/operator-main-index:{{revision}}
- name: dockerfile
value: openshift/olm-catalog/openshift-pipelines/index/Dockerfile
value: openshift/olm-catalog/index/Dockerfile
pipelineRef:
name: fbc-build
taskRunTemplate: {}
Expand Down

0 comments on commit 9975769

Please sign in to comment.