Skip to content

Commit 2af0b55

Browse files
committed
publish
1 parent 5fd3e96 commit 2af0b55

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,7 @@ jobs:
6262
- docker-build-and-publish
6363
steps:
6464
- uses: actions/checkout@v5
65-
- run: make package
65+
- 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

Comments
 (0)