mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-09-26 11:38:01 +02:00
Update Helm chart on release
This commit is contained in:
13
.github/workflows/release.yml
vendored
13
.github/workflows/release.yml
vendored
@@ -47,3 +47,16 @@ jobs:
|
||||
with:
|
||||
body_path: RELEASE_NOTES.txt
|
||||
prerelease: ${{ fromJSON(steps.notes.outputs.prerelease) }}
|
||||
|
||||
update-helm-chart:
|
||||
needs: [build]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Repository Dispatch
|
||||
uses: peter-evans/repository-dispatch@v2
|
||||
with:
|
||||
token: ${{ secrets.WORKFLOW_DISPATCH_TOKEN }}
|
||||
repository: imgproxy/imgproxy-helm
|
||||
event-type: imgproxy-version-updated
|
||||
client-payload: '{"tag": "${{ github.ref_name }}"}'
|
||||
|
||||
|
Reference in New Issue
Block a user