File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104
104
105
105
- name : Update image version in params.env
106
106
run : |
107
- VERSION=${{ github.event.inputs.version }} perl -i -pe 's/:(.*)$/:$ENV{"VERSION"}/' config/manifests/bases/ params.env
107
+ VERSION=${{ github.event.inputs.version }} perl -i -pe 's/:(.*)$/:$ENV{"VERSION"}/' config/manifests/params.env
108
108
shell : bash
109
109
110
110
- name : Login to Quay.io
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ kind: Kustomization
9
9
configMapGenerator :
10
10
- name : codeflare-stack-config
11
11
envs :
12
- - bases/ params.env
12
+ - params.env
13
13
configurations :
14
- - bases/ params.yaml
14
+ - params.yaml
15
15
16
16
vars :
17
17
- name : odh-codeflare-operator-controller-image
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments