mirror of
https://github.com/go-gitea/gitea.git
synced 2025-11-21 04:44:29 +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:
|
with:
|
||||||
push: false
|
push: false
|
||||||
tags: gitea/gitea:linux-amd64
|
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:
|
rootless:
|
||||||
if: needs.files-changed.outputs.docker == 'true' || needs.files-changed.outputs.actions == 'true'
|
if: needs.files-changed.outputs.docker == 'true' || needs.files-changed.outputs.actions == 'true'
|
||||||
@ -33,3 +35,5 @@ jobs:
|
|||||||
push: false
|
push: false
|
||||||
file: Dockerfile.rootless
|
file: Dockerfile.rootless
|
||||||
tags: gitea/gitea:linux-amd64
|
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