1111 gcc-build :
1212 runs-on : ${{ matrix.os }}
1313 container :
14- image : ghcr.io/learning-process/ppc-ubuntu :1.1
14+ image : ghcr.io/learning-process/ppc-alpine :1.0
1515 credentials :
1616 username : ${{ github.actor }}
1717 password : ${{ secrets.GITHUB_TOKEN }}
6565 - gcc-build
6666 runs-on : ${{ matrix.os }}
6767 container :
68- image : ghcr.io/learning-process/ppc-ubuntu :1.1
68+ image : ghcr.io/learning-process/ppc-alpine :1.0
6969 credentials :
7070 username : ${{ github.actor }}
7171 password : ${{ secrets.GITHUB_TOKEN }}
9797 - gcc-test
9898 runs-on : ${{ matrix.os }}
9999 container :
100- image : ghcr.io/learning-process/ppc-ubuntu :1.1
100+ image : ghcr.io/learning-process/ppc-alpine :1.0
101101 credentials :
102102 username : ${{ github.actor }}
103103 password : ${{ secrets.GITHUB_TOKEN }}
@@ -121,7 +121,7 @@ jobs:
121121 clang-build :
122122 runs-on : ${{ matrix.os }}
123123 container :
124- image : ghcr.io/learning-process/ppc-ubuntu :1.1
124+ image : ghcr.io/learning-process/ppc-alpine :1.0
125125 credentials :
126126 username : ${{ github.actor }}
127127 password : ${{ secrets.GITHUB_TOKEN }}
@@ -166,7 +166,7 @@ jobs:
166166 - clang-build
167167 runs-on : ${{ matrix.os }}
168168 container :
169- image : ghcr.io/learning-process/ppc-ubuntu :1.1
169+ image : ghcr.io/learning-process/ppc-alpine :1.0
170170 credentials :
171171 username : ${{ github.actor }}
172172 password : ${{ secrets.GITHUB_TOKEN }}
@@ -198,7 +198,7 @@ jobs:
198198 - clang-test
199199 runs-on : ${{ matrix.os }}
200200 container :
201- image : ghcr.io/learning-process/ppc-ubuntu :1.1
201+ image : ghcr.io/learning-process/ppc-alpine :1.0
202202 credentials :
203203 username : ${{ github.actor }}
204204 password : ${{ secrets.GITHUB_TOKEN }}
@@ -224,7 +224,7 @@ jobs:
224224 - clang-build
225225 runs-on : ${{ matrix.os }}
226226 container :
227- image : ghcr.io/learning-process/ppc-ubuntu :1.1
227+ image : ghcr.io/learning-process/ppc-alpine :1.0
228228 credentials :
229229 username : ${{ github.actor }}
230230 password : ${{ secrets.GITHUB_TOKEN }}
@@ -271,7 +271,7 @@ jobs:
271271 - clang-sanitizer-build
272272 runs-on : ${{ matrix.os }}
273273 container :
274- image : ghcr.io/learning-process/ppc-ubuntu :1.1
274+ image : ghcr.io/learning-process/ppc-alpine :1.0
275275 credentials :
276276 username : ${{ github.actor }}
277277 password : ${{ secrets.GITHUB_TOKEN }}
@@ -309,7 +309,7 @@ jobs:
309309 - clang-sanitizer-test
310310 runs-on : ${{ matrix.os }}
311311 container :
312- image : ghcr.io/learning-process/ppc-ubuntu :1.1
312+ image : ghcr.io/learning-process/ppc-alpine :1.0
313313 credentials :
314314 username : ${{ github.actor }}
315315 password : ${{ secrets.GITHUB_TOKEN }}
@@ -342,7 +342,7 @@ jobs:
342342 issues : write
343343 pull-requests : write
344344 container :
345- image : ghcr.io/learning-process/ppc-ubuntu :1.1
345+ image : ghcr.io/learning-process/ppc-alpine :1.0
346346 credentials :
347347 username : ${{ github.actor }}
348348 password : ${{ secrets.GITHUB_TOKEN }}
0 commit comments