fix: add git installation to docker job
Some checks failed
build-and-push / lint (push) Successful in 7s
build-and-push / sonar (push) Successful in 21s
build-and-push / docker (push) Failing after 6s

This commit is contained in:
nocci 2026-03-07 14:02:18 +00:00
parent 9c77d64d0f
commit eb033ee4b9

View file

@ -110,6 +110,7 @@ jobs:
- name: Manual Git Checkout
run: |
apk add --no-cache git
git init
git remote add origin ${{ env.REPO_URL }}/${{ github.repository }}.git
git fetch --depth 1 origin ${{ github.ref }}