mirror of
https://github.com/go-gitea/gitea.git
synced 2025-11-20 19:59:21 +01:00
experiment
This commit is contained in:
parent
062c5f45d0
commit
48c432ddbc
4
.github/workflows/pull-docker-dryrun.yml
vendored
4
.github/workflows/pull-docker-dryrun.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user