mirror of
https://github.com/quay/quay.git
synced 2026-01-27 18:42:52 +03:00
28 lines
697 B
JSON
28 lines
697 B
JSON
{
|
|
"id": "github01-0001-4c69-a5cc-ec372d0117cd",
|
|
"service": "github",
|
|
"is_active": true,
|
|
"build_source": "githuborg1/repo1",
|
|
"repository_url": "https://github.com/githuborg1/repo1",
|
|
"config": {
|
|
"build_source": "githuborg1/repo1",
|
|
"dockerfile_path": "/dir2/subdir2/nesteddir1/Dockerfile",
|
|
"context": "/",
|
|
"default_tag_from_ref": true,
|
|
"latest_for_default_branch": false,
|
|
"tag_templates": [],
|
|
"credentials": [
|
|
{
|
|
"name": "SSH Public Key",
|
|
"value": "ssh-rsa testkey"
|
|
}
|
|
],
|
|
"deploy_key_id": 12345678,
|
|
"hook_id": 12345678,
|
|
"master_branch": "main"
|
|
},
|
|
"can_invoke": true,
|
|
"enabled": true,
|
|
"disabled_reason": null
|
|
}
|