Skip to content

Commit

Permalink
Fix konflux dockerfile path and add pull request changes
Browse files Browse the repository at this point in the history
Signed-off-by: Roy Golan <[email protected]>
  • Loading branch information
rgolangh committed Jun 18, 2024
1 parent 85aa987 commit e2b9534
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .tekton/move2kube-serverless-workflow-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ spec:
value: move2kube
- name: revision
value: '{{revision}}'
- name: build-args-file
value: move2kube/argfile.conf
pipelineSpec:
finally:
- name: show-sbom
Expand Down
2 changes: 1 addition & 1 deletion .tekton/move2kube-serverless-workflow-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
spec:
params:
- name: dockerfile
value: pipeline/workflow-builder.konflux.Dockerfile
value: pipeline/workflow-builder.Dockerfile
- name: git-url
value: '{{source_url}}'
- name: output-image
Expand Down
2 changes: 2 additions & 0 deletions .tekton/mta-serverless-workflow-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ spec:
value: mta
- name: revision
value: '{{revision}}'
- name: build-args-file
value: mta/argfile.conf
pipelineSpec:
finally:
- name: show-sbom
Expand Down
2 changes: 1 addition & 1 deletion .tekton/mta-serverless-workflow-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
spec:
params:
- name: dockerfile
value: pipeline/workflow-builder.konflux.Dockerfile
value: pipeline/workflow-builder.Dockerfile
- name: git-url
value: '{{source_url}}'
- name: output-image
Expand Down

0 comments on commit e2b9534

Please sign in to comment.