Skip to content

Commit c61d3fc

Browse files
authored
Merge pull request #21 from securesign/fix
fix: point to correct dockerfile
2 parents 851edaa + f5ff7e1 commit c61d3fc

6 files changed

+8
-8
lines changed

.tekton/model-validation-operator-bundle-pull-request.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
- name: image-expires-after
2727
value: 5d
2828
- name: dockerfile
29-
value: bundle.Dockerfile.model-validation.rh
29+
value: Dockerfile.model-validation-bundle.rh
3030
- name: path-context
3131
value: .
3232
- name: hermetic
@@ -36,15 +36,15 @@ spec:
3636
- name: build-source-image
3737
value: "true"
3838
- name: manager-pipelinerun-selector
39-
value: appstudio.openshift.io/application=model-validation-operator,appstudio.openshift.io/component=model-validation-operator,pipelinesascode.tekton.dev/sha={{revision}},pipelinesascode.tekton.dev/event-type=pull_request
39+
value: "appstudio.openshift.io/application=model-validation-operator,appstudio.openshift.io/component=model-validation-operator,pipelinesascode.tekton.dev/sha={{revision}},pipelinesascode.tekton.dev/event-type in (pull_request,retest-all-comment)"
4040
- name: manager-registry-url
4141
value: registry.redhat.io/rhtas/model-validation-rhel9-operator
4242
pipelineRef:
4343
params:
4444
- name: url
4545
value: https://github.com/securesign/pipelines.git
4646
- name: revision
47-
value: main
47+
value: update-results-name-for-get-manager-image
4848
- name: pathInRepo
4949
value: pipelines/bundle-build-oci-ta.yaml
5050
resolver: git

.tekton/model-validation-operator-bundle-push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
- name: output-image
2424
value: quay.io/securesign/model-validation-operator-bundle:{{revision}}
2525
- name: dockerfile
26-
value: bundle.Dockerfile.model-validation.rh
26+
value: Dockerfile.model-validation-bundle.rh
2727
- name: hermetic
2828
value: "true"
2929
- name: prefetch-input
@@ -39,7 +39,7 @@ spec:
3939
- name: url
4040
value: https://github.com/securesign/pipelines.git
4141
- name: revision
42-
value: main
42+
value: update-results-name-for-get-manager-image
4343
- name: pathInRepo
4444
value: pipelines/bundle-build-oci-ta.yaml
4545
resolver: git

.tekton/model-validation-operator-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
- name: image-expires-after
2727
value: 5d
2828
- name: dockerfile
29-
value: Dockerfile
29+
value: Dockerfile.model-validation.rh
3030
- name: path-context
3131
value: .
3232
- name: build-platforms

.tekton/model-validation-operator-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
- name: output-image
2424
value: quay.io/securesign/model-validation-operator:{{revision}}
2525
- name: dockerfile
26-
value: Dockerfile
26+
value: Dockerfile.model-validation.rh
2727
- name: path-context
2828
value: .
2929
- name: build-platforms
File renamed without changes.

timestamp.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-09-12 15:09:03
1+
2025-09-23T23:18:47Z

0 commit comments

Comments
 (0)