mirror of
https://github.com/docker/build-push-action.git
synced 2025-05-06 21:49:33 +02:00
Merge pull request #82 from useblacksmith/silence-metric-warning
src: silence metric warnings for now
This commit is contained in:
commit
79d3930e8c
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
|
||||
});
|
||||
} 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