Skip to content

Commit 958fcdd

Browse files
committed
update Containerfile.plugin file path
Signed-off-by: Mangaal <[email protected]>
1 parent c49931b commit 958fcdd

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.tekton/gitops-backend-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
- name: image-expires-after
2828
value: 5d
2929
- name: dockerfile
30-
value: .konflux/gitops-backend/Containerfile.plugin
30+
value: .konflux/Containerfile.plugin
3131
pipelineSpec:
3232
description: |
3333
This pipeline is ideal for building multi-arch container images from a Containerfile while maintaining trust after pipeline customization.

.tekton/gitops-backend-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
- name: output-image
2525
value: quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/openshift-gitops-operator/gitops-backend:{{revision}}
2626
- name: dockerfile
27-
value: .konflux/gitops-backend/Containerfile.plugin
27+
value: .konflux/Containerfile.plugin
2828
pipelineSpec:
2929
description: |
3030
This pipeline is ideal for building multi-arch container images from a Containerfile while maintaining trust after pipeline customization.

0 commit comments

Comments
 (0)