ci: cache .git dir in build-oci-image

This commit is contained in:
2025-12-12 22:56:25 -06:00
parent b470913158
commit 7d03d81705

View File

@@ -11,6 +11,12 @@ jobs:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- name: Restore git cache
uses: actions/cache@v4
with:
path: .git
key: gitea-repo-${{ gitea.repository }}-${{ gitea.ref }}
- name: Checkout repo
uses: actions/checkout@v5
with: