1
0
Fork 0
mirror of synced 2024-06-29 03:20:34 +12:00

testing chart releaser on CI pipeline

This commit is contained in:
Martin McKeaveney 2021-08-18 14:55:22 +01:00
parent 6003b68986
commit b583d7083e
2 changed files with 7 additions and 6 deletions

View file

@ -42,3 +42,10 @@ jobs:
name: codecov-umbrella
verbose: true
- run: yarn test:e2e:ci
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.1.0
with:
charts_dir: docs
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

View file

@ -51,9 +51,3 @@ jobs:
DOCKER_USER: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_API_KEY }}
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.1.0
with:
charts_dir: docs
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"