fix sync-to-internal-registry.jsonnet

This commit is contained in:
Abhilash Pallerlamudi
2021-08-23 12:45:51 -07:00
parent 996d516363
commit 9e8926511f
2 changed files with 11 additions and 8 deletions

View File

@@ -31,6 +31,10 @@ local withImageRepository(repository) = {
},
};
{
imageName:: imageName,
}
{
withImageRepository:: withImageRepository,
}