diff --git a/.konflux/gitops-backend/Containerfile.plugin b/.konflux/Containerfile.plugin similarity index 100% rename from .konflux/gitops-backend/Containerfile.plugin rename to .konflux/Containerfile.plugin diff --git a/.tekton/gitops-backend-pull-request.yaml b/.tekton/gitops-backend-pull-request.yaml index 2c13eb3..0d356e8 100644 --- a/.tekton/gitops-backend-pull-request.yaml +++ b/.tekton/gitops-backend-pull-request.yaml @@ -27,7 +27,7 @@ spec: - name: image-expires-after value: 5d - name: dockerfile - value: .konflux/gitops-backend/Containerfile.plugin + value: .konflux/Containerfile.plugin pipelineSpec: description: | This pipeline is ideal for building multi-arch container images from a Containerfile while maintaining trust after pipeline customization. diff --git a/.tekton/gitops-backend-push.yaml b/.tekton/gitops-backend-push.yaml index 58c645e..9199b6a 100644 --- a/.tekton/gitops-backend-push.yaml +++ b/.tekton/gitops-backend-push.yaml @@ -24,7 +24,7 @@ spec: - name: output-image value: quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/openshift-gitops-operator/gitops-backend:{{revision}} - name: dockerfile - value: .konflux/gitops-backend/Containerfile.plugin + value: .konflux/Containerfile.plugin pipelineSpec: description: | This pipeline is ideal for building multi-arch container images from a Containerfile while maintaining trust after pipeline customization.