Skip to content

Commit

Permalink
[0.6.0] Publishing EVMConnect Chart (#62)
Browse files Browse the repository at this point in the history
Signed-off-by: hfuss <[email protected]>

Signed-off-by: hfuss <[email protected]>
  • Loading branch information
onelapahead authored Oct 3, 2022
1 parent b75d138 commit c0990cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ jobs:
run: |
echo ${{ secrets.GITHUB_TOKEN }} | helm registry login ghcr.io -u $GITHUB_ACTOR --password-stdin
helm package --version ${{ env.PUBLISH_VERSION }} ./charts/firefly-evmconnect
helm push firefly-evmconnect-${{ env.PUBLISH_VERSION }}.tgz oci://ghcr.io/hyperledger/helm
helm dep up ./charts/firefly
helm package --version ${{ env.PUBLISH_VERSION }} ./charts/firefly
helm push firefly-${{ env.PUBLISH_VERSION }}.tgz oci://ghcr.io/hyperledger/helm
env:
Expand Down

0 comments on commit c0990cf

Please sign in to comment.