From 38991a803aada80845f62e84c21cba1f4d646838 Mon Sep 17 00:00:00 2001 From: itdoginfo Date: Mon, 25 Aug 2025 19:44:16 +0300 Subject: [PATCH] Fix --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 694eb3d..9c732a5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.2.1 - fetch-depth: '0' + with: + fetch-depth: '0' - name: Build and push uses: docker/build-push-action@v6.9.0