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
Some checks failed
Build latest image / build-container (push) Failing after 58s
This commit is contained in:
parent
5ecba1d65c
commit
8fbd031e46
@ -10,6 +10,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
- name: Login to registry
|
- name: Login to registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user