Skip to content

Commit e5a5ee9

Browse files
committed
Fix script
1 parent 8d9f32c commit e5a5ee9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

consul/push.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
docker tag consul:0.7.5 stefanscherer/consul-windows:0.7.5 || exit /b
2-
docker tag consul:0.7.5 stefanscherer/consul-windows:latest || exit /b
1+
docker tag consul:0.7.5 stefanscherer/consul-windows:0.7.5
2+
docker tag consul:0.7.5 stefanscherer/consul-windows:latest
33
docker push stefanscherer/consul-windows:0.7.5
44
docker push stefanscherer/consul-windows:latest

0 commit comments

Comments
 (0)