We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fd3e96 commit 2af0b55Copy full SHA for 2af0b55
.github/workflows/ci.yaml
@@ -62,4 +62,7 @@ jobs:
62
- docker-build-and-publish
63
steps:
64
- uses: actions/checkout@v5
65
- - run: make package
+ - name: Helm package
66
+ run: make package
67
+ - name: Helm push
68
+ run: helm push target/wallet-gateway-$(<VERSION).tgz oci://ghcr.io/digital-asset/${{ env.TARGET }}/helm/wallet-gateway
0 commit comments