chore: update fetch-depth in release-docker.yml to 1

Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
Pranav C
2025-10-01 16:52:03 +05:30
parent 9bb6eee7af
commit 7e9df376f1

View File

@@ -78,7 +78,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
fetch-depth: 1
ref: ${{ github.ref }}
- name: Use Node.js ${{ matrix.node-version }}