[Tool] thirdparty build image fix var (#22160)
* [Tool] thirdparty build image fix var Signed-off-by: AndyZiYe <yeziyu@starrocks.com>
This commit is contained in:
parent
12254c9f2e
commit
b2c50021b8
|
|
@ -147,7 +147,7 @@ jobs:
|
|||
outputs:
|
||||
ip: ${{ steps.update-image.outputs.ip }}
|
||||
instance_id: ${{ steps.update-image.outputs.instance_id }}
|
||||
image_cache_id: ${{ steps.update-image.outputs.image }}
|
||||
image_cache_id: ${{ steps.update-image.outputs.image_cache_id }}
|
||||
steps:
|
||||
- name: Clean Workspace
|
||||
uses: AutoModality/action-clean@v1.1.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue