mirror of
https://github.com/docker/build-push-action.git
synced 2025-05-06 21:49:33 +02:00
src: silence metric warnings for now
This commit is contained in:
parent
6a143ed7fc
commit
6fe2467492
3 changed files with 4 additions and 3 deletions
2
dist/index.js
generated
vendored
2
dist/index.js
generated
vendored
File diff suppressed because one or more lines are too long
2
dist/index.js.map
generated
vendored
2
dist/index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
|
@ -197,6 +197,7 @@ export async function reportMetric(
|
||||||
metric: metric
|
metric: metric
|
||||||
});
|
});
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
core.warning('Error reporting metric to BlacksmithAgent:', error);
|
// We can enable this once all agents are updated to support metrics.
|
||||||
|
// core.warning('Error reporting metric to BlacksmithAgent:', error);
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue