-
- Downloads
ci: fix goreleaser helm chart config (#390)
There were [two issues](https://github.com/hetznercloud/hcloud-cloud-controller-manager/actions/runs/4407161651/jobs/7720443310#step:9:54) with the goreleaser config: - The publishing step is executed once per artifact by default, we have two artifacts (`deployment-yamls`, `hcloud-cloud-controller-manager`). By setting the id we make sure that its only executed once. - The CHART_REPO_REMOTE variable was not available in the script. Environment variables need to be explicitly passed to downstream commands in goreleaser.
Please register or sign in to comment