2 Commits

Author SHA1 Message Date
e855950b20 ci: fix build cache path
All checks were successful
Gentoo Utils / docs (push) Successful in 17s
Gentoo Utils / build (push) Successful in 28s
Gentoo Utils / test (push) Successful in 33s
Gentoo Utils / fuzz (push) Successful in 1m20s
Gentoo Utils / build-oci-image (push) Successful in 22s
Gentoo Utils / grep (push) Successful in 4s
Gentoo Utils / check-format (push) Successful in 11s
2025-12-27 12:36:17 -06:00
633a0edb55 ci: redo docker build logic 2025-12-27 12:36:15 -06:00

View File

@@ -15,17 +15,17 @@ jobs:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- name: Checkout repo
uses: actions/checkout@v5
with:
fetch-depth: 0
- 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:
fetch-depth: 0
- name: Detect Changes
uses: dorny/paths-filter@v3
id: image-changes