Browse Source

PowerShell Script to push the images to the Registry

pull/49/merge
Cesar De la Torre 8 years ago
parent
commit
c64511001e
2 changed files with 4 additions and 5 deletions
  1. +4
    -0
      push-images-to-registry.ps1
  2. +0
    -5
      testpath.ps1

+ 4
- 0
push-images-to-registry.ps1 View File

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

+ 0
- 5
testpath.ps1 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"

Loading…
Cancel
Save