Skip to content

🚩 update readme labels (#663) #1

🚩 update readme labels (#663)

🚩 update readme labels (#663) #1

name: helm chart update
on:
push:
paths:
- 'install/chart/**'
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Login to DockerHub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Push Helm chart to Cyclops OCI
run: |
helm package install/chart
helm push cyclops-chart-$(yq .version install/chart/Chart.yaml).tgz oci://registry-1.docker.io/cyclopsui