ci(deploy): set fetch-depth to 0 with checkout action

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2022-10-26 23:59:04 +02:00
parent ec5edc7949
commit 5f1b0f4f36

View File

@@ -68,6 +68,8 @@ jobs:
-
name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2