We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfa3f4e commit be9f221Copy full SHA for be9f221
1 file changed
.github/workflows/pipeline-service-component.yml
@@ -89,9 +89,11 @@ jobs:
89
- name: chart
90
componentName: "github.com/platform-mesh/helm-charts/{{ .CHART_NAME }}"
91
version: "{{ .VERSION }}"
92
+ {{- if ne .APP_VERSION "0.0.0" }}
93
- name: image
94
componentName: "github.com/platform-mesh/images/{{ .IMAGE_COMPONENT_NAME }}"
95
version: "{{ .APP_VERSION }}"
96
+ {{- end }}
97
EOF
98
99
- name: Create OCM ComponentArchive
0 commit comments