Skip to content

Commit b291ce5

Browse files
committed
ci: fix build action
1 parent 1c778c4 commit b291ce5

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ks-interface-release.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ jobs:
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

0 commit comments

Comments
 (0)