mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
ci: use depot cache in Dockerfile.depot (#21450)
This commit is contained in:
@@ -52,7 +52,13 @@ target "_base" {
|
||||
VERGEN_GIT_SHA = "${VERGEN_GIT_SHA}"
|
||||
VERGEN_GIT_DESCRIBE = "${VERGEN_GIT_DESCRIBE}"
|
||||
VERGEN_GIT_DIRTY = "${VERGEN_GIT_DIRTY}"
|
||||
}
|
||||
},
|
||||
secret = [
|
||||
{
|
||||
type = "env"
|
||||
id = "DEPOT_TOKEN"
|
||||
}
|
||||
]
|
||||
}
|
||||
target "_base_profiling" {
|
||||
inherits = ["_base"]
|
||||
|
||||
Reference in New Issue
Block a user