mirror of
https://github.com/fleetbase/fleetbase.git
synced 2026-01-06 06:15:51 +00:00
try the docker-bake method
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -35,7 +35,3 @@ jobs:
|
||||
with:
|
||||
files: |
|
||||
./docker-bake.hcl
|
||||
set: |
|
||||
*.secrets.type=file
|
||||
*.secrets.id=composer_auth
|
||||
*.secrets.src=composer-auth.json
|
||||
|
||||
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user