Ver código fonte

fix last_tag of matrix (#3487)

Xingyao Wang 1 ano atrás
pai
commit
d45b7208f9
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      .github/workflows/ghcr_app.yml

+ 1 - 1
.github/workflows/ghcr_app.yml

@@ -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