mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-10 07:18:10 -05:00
fix last_tag of matrix (#3487)
This commit is contained in:
2
.github/workflows/ghcr_app.yml
vendored
2
.github/workflows/ghcr_app.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user