Skip to content
Snippets Groups Projects
Commit f5ecc1f4 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

logs: lower no digest from warn to info

parent b5743794
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@ module.exports = {
async function getPackageUpdates(config) {
const {
currentFrom,
dockerRegistry,
depName,
currentDepTag,
......@@ -27,8 +28,8 @@ async function getPackageUpdates(config) {
currentTag
);
if (!newDigest) {
logger.warn(
{ dockerRegistry, depName, currentTag },
logger.info(
{ currentFrom, dockerRegistry, depName, currentTag },
'Dockerfile no digest'
);
return [];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment