From 65fbd0bd5da75564b57696f53d38e50ab2a9e0d9 Mon Sep 17 00:00:00 2001 From: Benjamin Brummer Date: Tue, 30 Sep 2025 12:40:21 +0200 Subject: [PATCH] Use default depth for checkout --- .github/workflows/publish-image.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/publish-image.yaml b/.github/workflows/publish-image.yaml index 813fc87..bdfecbd 100644 --- a/.github/workflows/publish-image.yaml +++ b/.github/workflows/publish-image.yaml @@ -19,8 +19,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v5 - with: - fetch-depth: 0 - name: Prepare id: prep