29
29
test-powershell-6-0 :
30
30
runs-on : ubuntu-latest
31
31
container :
32
- image : mcr.microsoft.com/ powershell:6.0.4-ubuntu-16.04
32
+ image : theohbrothers/docker- powershell:6.0.4-ubuntu-16.04-git
33
33
steps :
34
34
- uses : actions/checkout@v1
35
35
- name : Powershell version
42
42
test-powershell-6-1 :
43
43
runs-on : ubuntu-latest
44
44
container :
45
- image : mcr.microsoft.com/ powershell:6.1.3-ubuntu-18.04
45
+ image : theohbrothers/docker- powershell:6.1.3-ubuntu-18.04-git
46
46
steps :
47
47
- uses : actions/checkout@v1
48
48
- name : Powershell version
55
55
test-powershell-6-2 :
56
56
runs-on : ubuntu-latest
57
57
container :
58
- image : mcr.microsoft.com/ powershell:6.2.4-ubuntu-18.04
58
+ image : theohbrothers/docker- powershell:6.2.4-ubuntu-18.04-git
59
59
steps :
60
60
- uses : actions/checkout@v1
61
61
- name : Powershell version
68
68
test-powershell-7-0 :
69
69
runs-on : ubuntu-latest
70
70
container :
71
- image : mcr.microsoft.com/ powershell:7.0.3-ubuntu-18.04
71
+ image : theohbrothers/docker- powershell:7.0.3-ubuntu-18.04-git
72
72
steps :
73
73
- uses : actions/checkout@v1
74
74
- name : Powershell version
81
81
test-powershell-7-1 :
82
82
runs-on : ubuntu-latest
83
83
container :
84
- image : mcr.microsoft.com/ powershell:7.1.5-ubuntu-20.04
84
+ image : theohbrothers/docker- powershell:7.1.5-ubuntu-20.04-git
85
85
steps :
86
86
- uses : actions/checkout@v1
87
87
- name : Powershell version
94
94
test-powershell-7-2 :
95
95
runs-on : ubuntu-latest
96
96
container :
97
- image : mcr.microsoft.com/ powershell:7.2-ubuntu-20 .04
97
+ image : theohbrothers/docker- powershell:7.2-ubuntu-22 .04-git
98
98
steps :
99
99
- uses : actions/checkout@v1
100
100
- name : Powershell version
@@ -107,7 +107,7 @@ jobs:
107
107
test-powershell-7-3 :
108
108
runs-on : ubuntu-latest
109
109
container :
110
- image : mcr.microsoft.com/ powershell:7.3-ubuntu-20 .04
110
+ image : theohbrothers/docker- powershell:7.3-ubuntu-22 .04-git
111
111
steps :
112
112
- uses : actions/checkout@v1
113
113
- name : Powershell version
@@ -120,7 +120,7 @@ jobs:
120
120
test-powershell-7-4 :
121
121
runs-on : ubuntu-latest
122
122
container :
123
- image : mcr.microsoft.com/ powershell:7.4-ubuntu-22.04
123
+ image : theohbrothers/docker- powershell:7.4-ubuntu-22.04-git
124
124
steps :
125
125
- uses : actions/checkout@v1
126
126
- name : Powershell version
0 commit comments