From 0c2f5f1af9548c5f47b014613edc0e931a067963 Mon Sep 17 00:00:00 2001 From: Exelo Date: Thu, 2 Jul 2026 17:41:08 +0900 Subject: [PATCH] fix: docker push ci --- .github/actions/docker-push/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/docker-push/action.yml b/.github/actions/docker-push/action.yml index e9ebfa2..492badc 100644 --- a/.github/actions/docker-push/action.yml +++ b/.github/actions/docker-push/action.yml @@ -26,7 +26,7 @@ runs: using: composite steps: - name: Fetch all history for all tags - run: git fetch --prune --unshallow + run: git fetch --prune shell: bash - name: Determine latest tag