removed composer-auth.json secret usage and move to using auth key env variable in builds

This commit is contained in:
Ronald A. Richardson
2024-02-05 19:10:42 +08:00
parent 038382928b
commit 356b5076e5

View File

@@ -29,10 +29,6 @@ target "app" {
compact(["latest", VERSION])
) : []
secret = [
"type=file,id=composer_auth,src=./composer-auth.json"
]
args = {
GITHUB_AUTH_KEY = "${GITHUB_AUTH_KEY}"
}