PowerShell Script to push the images to the Registry
This commit is contained in:
parent
9920e8c6e1
commit
c64511001e
4
push-images-to-registry.ps1
Normal file
4
push-images-to-registry.ps1
Normal file
@ -0,0 +1,4 @@
|
||||
|
||||
docker push eshop/web
|
||||
docker push eshop/catalog.api
|
||||
docker push eshop/ordering.api
|
@ -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…
x
Reference in New Issue
Block a user