1 Commits

Author SHA1 Message Date
6e385ba796 test cache
All checks were successful
Gentoo Utils / grep (push) Successful in 6s
Gentoo Utils / build (push) Successful in 29s
Gentoo Utils / check-format (push) Successful in 13s
Gentoo Utils / docs (push) Successful in 20s
Gentoo Utils / test (push) Successful in 35s
Gentoo Utils / fuzz (push) Successful in 1m19s
Gentoo Utils / build-oci-image (push) Successful in 20s
2025-12-27 13:23:32 -06:00

View File

@@ -256,6 +256,12 @@ jobs:
container:
image: ${{ vars.REGISTRY_URL }}/${{ gitea.repository }}:${{ needs.build-oci-image.outputs.image_tag }}
steps:
- name: Restore Git Cache
uses: actions/cache/restore@v5
with:
path: .git
key: gitea-repo-${{ gitea.repository }}-${{ gitea.ref }}
- name: Checkout repo
uses: actions/checkout@v6