0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-11-20 19:59:21 +01:00

experiment

This commit is contained in:
Lunny Xiao 2025-06-29 22:02:10 -07:00 committed by TheFox0x7
parent 062c5f45d0
commit 48c432ddbc
No known key found for this signature in database
GPG Key ID: 6CA33903484AF7C2

View File

@ -21,6 +21,8 @@ jobs:
with:
push: false
tags: gitea/gitea:linux-amd64
cache-from: type=registry,ref=gitea/gitea:buildcache-pr-amd64
cache-to: type=registry,ref=gitea/gitea:buildcache-pr-amd64,mode=max
rootless:
if: needs.files-changed.outputs.docker == 'true' || needs.files-changed.outputs.actions == 'true'
@ -33,3 +35,5 @@ jobs:
push: false
file: Dockerfile.rootless
tags: gitea/gitea:linux-amd64
cache-from: type=registry,ref=gitea/gitea:buildcache-pr-amd64-rootless
cache-to: type=registry,ref=gitea/gitea:buildcache-pr-amd64-rootless,mode=max