Skip to content

Commit 3433ee6

Browse files
committed
Fix push
1 parent b5230a6 commit 3433ee6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

nanoserver/push.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ Function Push($image, $tag) {
88
docker push "stefanscherer/nanoserver:$osversion"
99
}
1010

11-
Push($image, "1809")
12-
Push($image, "1803")
11+
Push $image "1809"
12+
Push $image "1803"

0 commit comments

Comments
 (0)