fix last_tag of matrix (#3487)

This commit is contained in:
Xingyao Wang
2024-08-20 09:36:40 +08:00
committed by GitHub
parent 3d9a38d755
commit d45b7208f9

View File

@@ -93,7 +93,7 @@ jobs:
strategy:
matrix:
image: ['openhands']
last_tag: ${{ needs.ghcr_build.outputs.last_tag }}
last_tag: ${{ fromJSON(needs.ghcr_build.outputs.last_tag) }}
platform: ['amd64', 'arm64']
steps:
- name: Checkout code