Skip to content

Commit fa92027

Browse files
committed
fix publish helm github action
1 parent b4084cc commit fa92027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-helm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
run: |
3838
CHART_NAME=openstack-hypervisor-operator
3939
CHART_VERSION=$(grep "version:" ./charts/${CHART_NAME}/Chart.yaml | awk '{print $2}')
40-
helm push "${CHART_NAME}-${CHART_VERSION}tgz" "oci://ghcr.io/${{ github.repository_owner }}"
40+
helm push "${CHART_NAME}-${CHART_VERSION}.tgz" "oci://ghcr.io/${{ github.repository_owner }}"

0 commit comments

Comments
 (0)