Skip to content

Commit 831f4f4

Browse files
author
Your Name
committed
debug
1 parent d734d0e commit 831f4f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-charts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
done
2727
- name: Publish helm charts
2828
run: |
29-
for chart in $(ls -1 packages)
29+
for package in $(ls -1 packages)
3030
do
31-
helm push packages
31+
helm push packages/$package oci://ghcr.io/opencrvs
3232
done

0 commit comments

Comments
 (0)