ci: store buildx cache in registry

This commit is contained in:
Quentin Gliech
2021-12-14 16:51:31 +01:00
parent 4ed47f26b6
commit f5be1d7f45
2 changed files with 18 additions and 6 deletions

View File

@@ -31,8 +31,6 @@ group "gha" { targets = ["gha-regular", "gha-debug", "gha-test"] }
target "gha-base" {
inherits = ["release"]
cache-from = ["type=gha"]
cache-to = ["type=gha,mode=max"]
}
// This is filled by GitHub Actions