File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 4040 echo "@kybernetwork:registry=https://npm.pkg.github.com" >> .npmrc
4141 echo "//npm.pkg.github.com/:_authToken=${{ secrets.GH_PAT }}" >> .npmrc
4242
43+ - uses : pnpm/action-setup@v4
44+ name : Install pnpm
45+ with :
46+ version : 8.9.2
47+ run_install : false
48+
4349 - name : Set up Node.js
4450 uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
4551 with :
@@ -100,7 +106,8 @@ jobs:
100106 kyber.network.version=${{ env.VERSION_TAG }}
101107 kyber.network.name=${{ env.SERVICE }}
102108 tags : |
103- ${{ needs.prepare.outputs.image_name }}:${{ needs.prepare.outputs.image_tag }}
109+ asia.gcr.io/kyber-operation/core/${{ env.SERVICE }}:latest
110+ asia.gcr.io/kyber-operation/core/${{ env.SERVICE }}:${{ env.VERSION_TAG }}
104111 cache-from : type=local,src=/tmp/.buildx-cache
105112 cache-to : type=local,dest=/tmp/.buildx-cache-new
106113
You can’t perform that action at this time.
0 commit comments