Skip to content

Commit

Permalink
+ add helm push to daocloud registry
Browse files Browse the repository at this point in the history
  • Loading branch information
kebe7jun committed Nov 10, 2023
1 parent 3ec0f0f commit c148ed4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,11 @@ jobs:
- uses: actions/upload-artifact@v3
with:
path: stable-diffusion-${{ github.run_number }}.tgz
- name: Push Helm Chart to ChartMuseum
uses: bsord/[email protected]
with:
username: ${{ secrets.HELM_USERNAME }}
password: ${{ secrets.HELM_PASSWORD }}
registry-url: 'https://release.daocloud.io/chartrepo/baize'
force: true
chart-folder: stable-diffusion

0 comments on commit c148ed4

Please sign in to comment.