Comparing version 2.0.0 to 2.0.1
@@ -44,3 +44,3 @@ #!/usr/bin/env node | ||
`git checkout v${tagName}`, | ||
'`aws ecr get-login --region eu-west-1`', | ||
'eval $(aws ecr get-login --region eu-west-1)', | ||
`docker build -t ${localTag} .`, | ||
@@ -47,0 +47,0 @@ `docker tag ${localTag} ${remoteTag}`, |
{ | ||
"name": "cpdeploy", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"postversion": "git push --tags && npm publish" | ||
"postversion": "git push && git push --tags && npm publish" | ||
}, | ||
@@ -9,0 +9,0 @@ "bin": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3757