PowerShell Script to push the images to the Registry

This commit is contained in:
Cesar De la Torre 2016-10-07 17:31:18 -07:00
parent 9920e8c6e1
commit c64511001e
2 changed files with 4 additions and 5 deletions

View File

@ -0,0 +1,4 @@
docker push eshop/web
docker push eshop/catalog.api
docker push eshop/ordering.api

View File

@ -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"