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