fix: last tag list in CI (#3488)

This commit is contained in:
Xingyao Wang
2024-08-20 09:56:33 +08:00
committed by GitHub
parent d45b7208f9
commit 981c46cb61

View File

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