Comparing version 1.1.4 to 1.1.5
@@ -41,3 +41,3 @@ #!/usr/bin/env node | ||
exec('`aws ecr get-login --region eu-west-1`') | ||
exec(`docker build -t ${localTag}`) | ||
exec(`docker build -t ${localTag} .`) | ||
exec(`docker tag ${remoteTag} ${localTag}`) | ||
@@ -44,0 +44,0 @@ exec(`docker push ${remoteTag}`) |
{ | ||
"name": "cpdeploy", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
4220