chore: use single string docker labels
This commit is contained in:
parent
0808299369
commit
b1da29b2fb
6 changed files with 85 additions and 61 deletions
|
|
@ -13,7 +13,7 @@ export async function loadIntegration(context: HeadplaneConfig['integration']) {
|
|||
try {
|
||||
const res = await integration.isAvailable();
|
||||
if (!res) {
|
||||
log.error('config', 'Integration %s is not available', integration);
|
||||
log.error('config', 'Integration %s is not available', integration.name);
|
||||
return;
|
||||
}
|
||||
} catch (error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue