From 981c46cb61fb0e73c8dee7bcebad735a5854b9dd Mon Sep 17 00:00:00 2001 From: Xingyao Wang Date: Tue, 20 Aug 2024 09:56:33 +0800 Subject: [PATCH] fix: last tag list in CI (#3488) --- .github/workflows/ghcr_app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ghcr_app.yml b/.github/workflows/ghcr_app.yml index a4007a9096fa..c1005a5a6045 100644 --- a/.github/workflows/ghcr_app.yml +++ b/.github/workflows/ghcr_app.yml @@ -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