fixing missing docker buildx metadata
All checks were successful
gds-mock-mcp Docker Build / build (push) Successful in 14m18s

This commit is contained in:
2026-04-11 23:59:47 -05:00
parent f8723f396e
commit 7aa9cf2327
2 changed files with 68 additions and 15 deletions

View File

@@ -1,21 +1,9 @@
target "docker-metadata-action" {}
target "default" {
inherits = ["docker-metadata-action"]
context = ".."
dockerfile = "docker/Dockerfile"
platforms = ["linux/amd64", "linux/arm64"]
tags = [
"gds-mock-mcp:latest",
"gds-mock-mcp:0.1.0"
]
}
target "amd64" {
inherits = ["default"]
platforms = ["linux/amd64"]
tags = ["gds-mock-mcp:0.1.0-amd64"]
}
target "arm64" {
inherits = ["default"]
platforms = ["linux/arm64"]
tags = ["gds-mock-mcp:0.1.0-arm64"]
}