Fix release workflows

- Check for dirty repository in release
- Fix helm release workflow name
- Rename dist dir to manifests as dist is used by goreleaser
This commit is contained in:
M Essam Hamed
2025-01-30 00:33:03 +02:00
parent 64091a6439
commit 0219fe8aad
5 changed files with 97 additions and 21 deletions
+5
View File
@@ -39,6 +39,11 @@ jobs:
with:
fetch-depth: 0 # It is required for GoReleaser to work properly
- name: Install modules
run: go mod tidy
- name: check git status
run: git --no-pager diff --exit-code
# Set up BuildKit Docker container builder to be able to build
# multi-platform images and export cache
# https://github.com/docker/setup-buildx-action