File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -185,15 +185,15 @@ jobs:
185185 if : ${{ github.event.inputs.pull_flink_image == 'true'}}
186186 run : |
187187 echo "Start pull flink image"
188- docker pull kindest/node:v1.31.0
189- docker save -o kindest .tar.gz kindest/node:v1.31.0
188+ docker pull datusai/datus-agent:0.2.2
189+ docker save -o datus .tar.gz datusai/datus-agent:0.2.2
190190 echo "Pull flink image success"
191191 - name : Upload flink
192192 if : ${{ github.event.inputs.pull_flink_image == 'true'}}
193193 uses : actions/upload-artifact@v4
194194 with :
195- name : kindest .tar.gz
196- path : kindest .tar.gz
195+ name : datus .tar.gz
196+ path : datus .tar.gz
197197 - name : Install db-browser
198198 if : ${{ github.event.inputs.install_db_browser == 'true'}}
199199 run : |
You can’t perform that action at this time.
0 commit comments