[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:
andyziye 2023-04-21 18:04:12 +08:00 committed by GitHub
parent 12254c9f2e
commit b2c50021b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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