feat: publish docker image in ci
This commit is contained in:
20
docker-bake.hcl
Normal file
20
docker-bake.hcl
Normal file
@@ -0,0 +1,20 @@
|
||||
target "docker-metadata-action" {}
|
||||
|
||||
target "build" {
|
||||
inherits = ["docker-metadata-action"]
|
||||
context = "./"
|
||||
platforms = [
|
||||
"linux/386",
|
||||
"linux/amd64",
|
||||
"linux/arm",
|
||||
"linux/arm64",
|
||||
"linux/mips",
|
||||
"linux/mips64",
|
||||
"linux/mips64le",
|
||||
"linux/mipsle",
|
||||
"linux/ppc64",
|
||||
"linux/ppc64le",
|
||||
"linux/riscv64",
|
||||
"linux/s390x",
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user