diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9880cea46..34eb9a623 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,3 +59,7 @@ jobs: with: files: | out/charts/kmesh-helm-${{ github.ref_name }}.tgz + - name: Login to Github Container Registry + run: echo "${{ secrets.GH_PAT }}" | docker login ghcr.io -u $ --password-stdin + - name: Push kmesh helm package + run: make helm-push CHART_VERSION=${{ github.ref_name }}