Sfoglia il codice sorgente

fix last_tag of matrix (#3487)

Xingyao Wang 1 anno fa
parent
commit
d45b7208f9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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