Skip to content

Commit

Permalink
fix: last tag list in CI (All-Hands-AI#3488)
Browse files Browse the repository at this point in the history
  • Loading branch information
xingyaoww authored Aug 20, 2024
1 parent d45b720 commit 981c46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ghcr_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 981c46c

Please sign in to comment.