fix(workflow): Set fetch-depth to 0 for full history in GitHub Actions
Some checks failed
Build latest image / build-container (push) Failing after 58s

This commit is contained in:
Nicolai Ort 2025-03-22 22:57:23 +01:00
parent 5ecba1d65c
commit 8fbd031e46
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F

View File

@ -10,6 +10,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Login to registry
uses: docker/login-action@v3
with: