From 3d3321eec0559e684b9ea4b0c80d159a11061081 Mon Sep 17 00:00:00 2001 From: Fijxu Date: Sat, 24 May 2025 22:56:52 -0400 Subject: [PATCH] fixup! CI: verbose output when compiling invidious --- .forgejo/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index e2ee886a..d6a7969c 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: with: path: | codegen-cache - key: cache-${{ hashFiles('./Dockerfile') }} + key: cache-${{ hashFiles('./docker/Dockerfile') }} - name: Inject cache into Docker uses: https://github.com/reproducible-containers/buildkit-cache-dance@v3.2.0