mirror of
https://github.com/YuCat-OVO/BaiduNetdisk-Docker
synced 2025-05-10 20:10:04 +08:00
Bake def fix
This commit is contained in:
parent
38afbbf525
commit
fbfb6080a4
@ -16,7 +16,7 @@ group "default" {
|
||||
|
||||
target "image" {
|
||||
inherits = ["docker-metadata-action"]
|
||||
dockerfile = format("Dockerfile%s", equal("arm64", ARCH) ? "" : ".${ARCH}")
|
||||
dockerfile = format("Dockerfile%s", equal("amd64", ARCH) ? ".${ARCH}" : "")
|
||||
}
|
||||
|
||||
target "image-local" {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user