Skip to content

Commit d7e0f5b

Browse files
committed
Enhancement (ci): Standardize test docker images
1 parent 696c11e commit d7e0f5b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci-master-pr.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
test-powershell-6-0:
3030
runs-on: ubuntu-latest
3131
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
3333
steps:
3434
- uses: actions/checkout@v1
3535
- name: Powershell version
@@ -42,7 +42,7 @@ jobs:
4242
test-powershell-6-1:
4343
runs-on: ubuntu-latest
4444
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
4646
steps:
4747
- uses: actions/checkout@v1
4848
- name: Powershell version
@@ -55,7 +55,7 @@ jobs:
5555
test-powershell-6-2:
5656
runs-on: ubuntu-latest
5757
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
5959
steps:
6060
- uses: actions/checkout@v1
6161
- name: Powershell version
@@ -68,7 +68,7 @@ jobs:
6868
test-powershell-7-0:
6969
runs-on: ubuntu-latest
7070
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
7272
steps:
7373
- uses: actions/checkout@v1
7474
- name: Powershell version
@@ -81,7 +81,7 @@ jobs:
8181
test-powershell-7-1:
8282
runs-on: ubuntu-latest
8383
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
8585
steps:
8686
- uses: actions/checkout@v1
8787
- name: Powershell version
@@ -94,7 +94,7 @@ jobs:
9494
test-powershell-7-2:
9595
runs-on: ubuntu-latest
9696
container:
97-
image: mcr.microsoft.com/powershell:7.2-ubuntu-20.04
97+
image: theohbrothers/docker-powershell:7.2-ubuntu-22.04-git
9898
steps:
9999
- uses: actions/checkout@v1
100100
- name: Powershell version
@@ -107,7 +107,7 @@ jobs:
107107
test-powershell-7-3:
108108
runs-on: ubuntu-latest
109109
container:
110-
image: mcr.microsoft.com/powershell:7.3-ubuntu-20.04
110+
image: theohbrothers/docker-powershell:7.3-ubuntu-22.04-git
111111
steps:
112112
- uses: actions/checkout@v1
113113
- name: Powershell version
@@ -120,7 +120,7 @@ jobs:
120120
test-powershell-7-4:
121121
runs-on: ubuntu-latest
122122
container:
123-
image: mcr.microsoft.com/powershell:7.4-ubuntu-22.04
123+
image: theohbrothers/docker-powershell:7.4-ubuntu-22.04-git
124124
steps:
125125
- uses: actions/checkout@v1
126126
- name: Powershell version

0 commit comments

Comments
 (0)