Skip to content

Commit 8ccc095

Browse files
Merge pull request #8793 from dotty-staging/update-ci-image
Update CI image: move it to LAMPEPFL organization
2 parents 7b594b1 + 2eb160b commit 8ccc095

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ci.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
jobs:
1313
test:
1414
runs-on: self-hosted
15-
container: akmetiuk/dotty:2020-02-12
15+
container: lampepfl/dotty:2020-04-24
1616

1717
steps:
1818
- name: Checkout cleanup script
@@ -52,7 +52,7 @@ jobs:
5252
5353
test_bootstrapped:
5454
runs-on: self-hosted
55-
container: akmetiuk/dotty:2020-02-12
55+
container: lampepfl/dotty:2020-04-24
5656

5757
steps:
5858
- name: Checkout cleanup script
@@ -92,7 +92,7 @@ jobs:
9292
9393
community_build:
9494
runs-on: self-hosted
95-
container: akmetiuk/dotty:2020-02-12
95+
container: lampepfl/dotty:2020-04-24
9696

9797
steps:
9898
- name: Checkout cleanup script
@@ -133,7 +133,7 @@ jobs:
133133
134134
test_sbt:
135135
runs-on: self-hosted
136-
container: akmetiuk/dotty:2020-02-12
136+
container: lampepfl/dotty:2020-04-24
137137
if: (
138138
github.event_name == 'push' &&
139139
startsWith(github.event.ref, 'refs/tags/')
@@ -176,7 +176,7 @@ jobs:
176176

177177
test_java11:
178178
runs-on: self-hosted
179-
container: akmetiuk/dotty:2020-02-12
179+
container: lampepfl/dotty:2020-04-24
180180
if: (
181181
github.event_name == 'push' &&
182182
startsWith(github.event.ref, 'refs/tags/')
@@ -221,7 +221,7 @@ jobs:
221221
222222
publish_nightly:
223223
runs-on: self-hosted
224-
container: akmetiuk/dotty:2020-02-12
224+
container: lampepfl/dotty:2020-04-24
225225
needs: [test, test_bootstrapped, community_build, test_sbt, test_java11]
226226
if: github.event_name == 'schedule'
227227
env:
@@ -268,7 +268,7 @@ jobs:
268268
269269
nightly_documentation:
270270
runs-on: self-hosted
271-
container: akmetiuk/dotty:2020-02-12
271+
container: lampepfl/dotty:2020-04-24
272272
needs: [publish_nightly]
273273
if: github.event_name == 'schedule'
274274
env:
@@ -314,7 +314,7 @@ jobs:
314314
315315
publish_release:
316316
runs-on: self-hosted
317-
container: akmetiuk/dotty:2020-02-12
317+
container: lampepfl/dotty:2020-04-24
318318
needs: [test, test_bootstrapped, community_build, test_sbt, test_java11]
319319
if: github.event_name == 'push' &&
320320
startsWith(github.event.ref, 'refs/tags/') &&
@@ -409,7 +409,7 @@ jobs:
409409

410410
release_documentation:
411411
runs-on: self-hosted
412-
container: akmetiuk/dotty:2020-02-12
412+
container: lampepfl/dotty:2020-04-24
413413
needs: [publish_release]
414414
if: github.event_name == 'push' &&
415415
startsWith(github.event.ref, 'refs/tags/') &&
@@ -458,7 +458,7 @@ jobs:
458458
459459
publish_sbt_release:
460460
runs-on: self-hosted
461-
container: akmetiuk/dotty:2020-02-12
461+
container: lampepfl/dotty:2020-04-24
462462
needs: [test, test_bootstrapped, community_build, test_sbt, test_java11]
463463
if: github.event_name == 'push' &&
464464
startsWith(github.event.ref, 'refs/tags/sbt-dotty-')

0 commit comments

Comments
 (0)