From c64511001e875ed9e65182f85c799dabb4847086 Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Fri, 7 Oct 2016 17:31:18 -0700 Subject: [PATCH] PowerShell Script to push the images to the Registry --- push-images-to-registry.ps1 | 4 ++++ testpath.ps1 | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) create mode 100644 push-images-to-registry.ps1 delete mode 100644 testpath.ps1 diff --git a/push-images-to-registry.ps1 b/push-images-to-registry.ps1 new file mode 100644 index 000000000..d567cf8bb --- /dev/null +++ b/push-images-to-registry.ps1 @@ -0,0 +1,4 @@ + +docker push eshop/web +docker push eshop/catalog.api +docker push eshop/ordering.api \ No newline at end of file diff --git a/testpath.ps1 b/testpath.ps1 deleted file mode 100644 index 20234e4fe..000000000 --- a/testpath.ps1 +++ /dev/null @@ -1,5 +0,0 @@ -#$scriptPath = [System.IO.Path]::GetDirectoryName($myInvocation.MyCommand.Definition) - -$scriptPath = Split-Path $script:MyInvocation.MyCommand.Path - -Write-Host "Current script directory is $scriptPath" \ No newline at end of file