Skip to content

Commit

Permalink
Use custom chart release
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimprinzbach committed Nov 4, 2023
1 parent 6054031 commit b499a05
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
- name: Install helm & yq tools
uses: yokawasa/[email protected]
with:
Expand All @@ -105,13 +104,17 @@ jobs:
- name: Set image tag in Chart
run: |
yq e ".app.image.tag = \"${{github.ref_name}}\"" charts/gitops-nginx-demo/values.yaml
- name: Checkout forked chart-releaser
uses: actions/checkout@v3
with:
repository: edmondop/chart-releaser-action
path: chart-releaser-action
ref: ef58c21b3f93daff872ba384abd9cdb16e715334
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.6.0
uses: ./chart-releaser-action
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_SKIP_EXISTING: "true"
with:
charts_dir: charts/*

reload-warehouse:
name: Refresh kargo warehouse
Expand Down

0 comments on commit b499a05

Please sign in to comment.