Set ECR imagePushedAt to current date and time (#2229)

This commit is contained in:
Juan Martinez 2019-06-06 08:34:10 -04:00 committed by Terry Cain
commit ed93821621
3 changed files with 44 additions and 2 deletions

View file

@ -24,6 +24,7 @@ install_requires = [
"boto3>=1.9.86",
"botocore>=1.12.86",
"cryptography>=2.3.0",
"datetime",
"requests>=2.5",
"xmltodict",
"six>1.9",