Skip to content

Commit e75bf9b

Browse files
committed
pull datus
1 parent 567950f commit e75bf9b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_artifact.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)