Skip to content

Commit 5f742ba

Browse files
committed
Switch golang to ps1
1 parent 4652c08 commit 5f742ba

5 files changed

Lines changed: 5 additions & 7 deletions

File tree

golang/build.bat

Lines changed: 0 additions & 3 deletions
This file was deleted.

golang/build.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
docker build -t golang .

golang/push.bat

Lines changed: 0 additions & 4 deletions
This file was deleted.

golang/push.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
docker tag golang stefanscherer/golang-windows:1.8
2+
docker tag golang stefanscherer/golang-windows
3+
docker push stefanscherer/golang-windows:1.8
4+
docker push stefanscherer/golang-windows
File renamed without changes.

0 commit comments

Comments
 (0)