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 fb324af commit 986d07dCopy full SHA for 986d07d
.github/workflows/pull-docker-dryrun.yml
@@ -21,6 +21,8 @@ jobs:
21
with:
22
push: false
23
tags: gitea/gitea:linux-amd64
24
+ cache-from: type=registry,ref=gitea/gitea:buildcache-pr-amd64
25
+ cache-to: type=registry,ref=gitea/gitea:buildcache-pr-amd64,mode=max
26
27
rootless:
28
if: needs.files-changed.outputs.docker == 'true' || needs.files-changed.outputs.actions == 'true'
@@ -33,3 +35,5 @@ jobs:
33
35
34
36
file: Dockerfile.rootless
37
38
+ cache-from: type=registry,ref=gitea/gitea:buildcache-pr-amd64-rootless
39
+ cache-to: type=registry,ref=gitea/gitea:buildcache-pr-amd64-rootless,mode=max
0 commit comments