Skip to content

Commit a42d5fa

Browse files
committed
fixup still trying to get caching ..
1 parent 2efd291 commit a42d5fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/latex-pdftocairo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
context: ".${{ env.context }}"
3535
load: true
3636
tags: ${{ env.tikz_image }}
37-
cache-from: type=registry,ref=user/app:latest
38-
cache-to: type=inline
37+
cache-from: type=gha
38+
cache-to: type=gha,mode=min
3939

4040
- name: Build pdf/png/svg files
4141
run: "docker run --rm -v .${{ env.context }}:/tikz ${{ env.tikz_image }} make all"

0 commit comments

Comments
 (0)