TEMP log image in use

This commit is contained in:
Aaron Trudeau
2022-03-30 19:54:37 -04:00
parent e3bac048b1
commit 95722dcab4
3 changed files with 5 additions and 1 deletions

View File

@@ -123,6 +123,8 @@ class ImageTag {
}
const dockerRepoVersion = 0;
// TEMP REMOVE THIS
console.log(`DOCKER IMAGE IN USE IS ${image}:${tag}-${dockerRepoVersion}`)
return `${image}:${tag}-${dockerRepoVersion}`;
}
}