ci: switch Docker build cache from type=gha to type=registry
Some checks failed
Build Docker Image / build (pull_request) Failing after 19s
Some checks failed
Build Docker Image / build (pull_request) Failing after 19s
The gha cache backend silently fails on Gitea Actions due to Docker networking issues between the Buildx builder container and the act_runner cache server. Registry-based caching stores layers on Docker Hub, which is more reliable for self-hosted runners.
This commit is contained in:
parent
e7ec6c94ff
commit
16408a973e
@ -194,8 +194,8 @@ jobs:
|
||||
manticorum67/major-domo-database:latest
|
||||
manticorum67/major-domo-database:v${{ steps.meta.outputs.version }}
|
||||
manticorum67/major-domo-database:${{ steps.meta.outputs.version_sha }}
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
cache-from: type=registry,ref=manticorum67/major-domo-database:buildcache
|
||||
cache-to: type=registry,ref=manticorum67/major-domo-database:buildcache,mode=max
|
||||
|
||||
# ==============================================
|
||||
# 7. BUILD SUMMARY
|
||||
|
||||
Loading…
Reference in New Issue
Block a user