We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2efd291 commit a42d5faCopy full SHA for a42d5fa
.github/workflows/latex-pdftocairo.yml
@@ -34,8 +34,8 @@ jobs:
34
context: ".${{ env.context }}"
35
load: true
36
tags: ${{ env.tikz_image }}
37
- cache-from: type=registry,ref=user/app:latest
38
- cache-to: type=inline
+ cache-from: type=gha
+ cache-to: type=gha,mode=min
39
40
- name: Build pdf/png/svg files
41
run: "docker run --rm -v .${{ env.context }}:/tikz ${{ env.tikz_image }} make all"
0 commit comments