Skip to content

Commit 986d07d

Browse files
committed
experiment
1 parent fb324af commit 986d07d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pull-docker-dryrun.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
with:
2222
push: false
2323
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
2426

2527
rootless:
2628
if: needs.files-changed.outputs.docker == 'true' || needs.files-changed.outputs.actions == 'true'
@@ -33,3 +35,5 @@ jobs:
3335
push: false
3436
file: Dockerfile.rootless
3537
tags: gitea/gitea:linux-amd64
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

Comments
 (0)