Add submodule update
Some checks failed
Build docker image / helm-lint (push) Failing after 24s

This commit is contained in:
2025-09-14 12:50:58 +02:00
parent 83cf1aa464
commit a9eb126904

View File

@@ -15,6 +15,7 @@ jobs:
echo "Cloning repository $GITHUB_REPOSITORY..."
git clone "${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}.git" "$GITHUB_WORKSPACE"
cd "$GITHUB_WORKSPACE"
git submodule update --init --recursive
- name: Log in to Docker registry
run: |