try the docker-bake method

This commit is contained in:
Ronald A. Richardson
2023-08-02 20:22:05 +08:00
parent 42d26a6d81
commit 243032469d
2 changed files with 4 additions and 4 deletions

View File

@@ -25,6 +25,10 @@ target "app" {
"${REGISTRY}:${tgt}-%s",
compact(["latest", VERSION])
) : []
secret = [
"type=file,id=composer_auth,src=${HOME}/.composer/auth.json"
]
}
target "app-httpd" {