-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Publish the packaged ethereum bridge chart on release
Solves #271
- Loading branch information
1 parent
deb3ec6
commit 001f988
Showing
3 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,4 +39,20 @@ jobs: | |
asset_name: tftbscbridge-${{ steps.semver.outputs.non-prefixed }}.tgz | ||
asset_content_type: application/gzip | ||
|
||
|
||
- name: Package tftethbridge chart | ||
uses: WyriHaximus/github-action-helm3@v3 | ||
with: | ||
exec: helm package -d packagedcharts --app-version ${{ steps.semver.outputs.non-prefixed }} --version ${{ steps.semver.outputs.non-prefixed }} ethereum/helmchart/tftethbridge | ||
|
||
- name: Upload tftethbridge packaged chart | ||
uses: actions/[email protected] | ||
env: | ||
GITHUB_TOKEN: ${{ github.token }} | ||
with: | ||
upload_url: ${{ steps.get_release.outputs.upload_url }} | ||
asset_path: packagedcharts/tftethbridge-${{ steps.semver.outputs.non-prefixed }}.tgz | ||
asset_name: tftethbridge-${{ steps.semver.outputs.non-prefixed }}.tgz | ||
asset_content_type: application/gzip | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters