Skip to content

fix appVersion to v1.5.0 and sync charts to openyurtio/charts (#2104) #123

fix appVersion to v1.5.0 and sync charts to openyurtio/charts (#2104)

fix appVersion to v1.5.0 and sync charts to openyurtio/charts (#2104) #123

Workflow file for this run

name: Sync Charts
on:
push:
branches:
- master
paths:
- 'charts/**'
jobs:
sync-charts:
if: github.repository == 'openyurtio/openyurt'
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Get the version
id: get_version
run: |
echo "CHART_VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
- name: Sync to openyurtio/charts Repo
env:
SSH_DEPLOY_KEY: ${{ secrets.SYNC_CHARTS_SECRET }}
VERSION: ${{ steps.get_version.outputs.CHART_VERSION }}
COMMIT_ID: ${{ github.sha }}
run: |
bash ./hack/lib/sync-charts.sh