v0.2.2: configure docker organizations for builds

This commit is contained in:
mbecker20
2023-03-01 07:18:49 +00:00
parent 4c1ec5db33
commit 39eceb745b
42 changed files with 440 additions and 380 deletions

View File

@@ -34,6 +34,9 @@ monitoring_interval = "1-min"
# allow or deny user login with username / password
local_auth = true
# these will be given in the GUI to attach to builds. New build docker orgs will default to first org (or none if empty).
docker_organizations = ["your_docker_org1", "your_docker_org_2"]
[aws]
access_key_id = "your_aws_key_id"
secret_access_key = "your_aws_secret_key"