summaryrefslogtreecommitdiff
path: root/.github/workflows/compilers.yml
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2020-09-07 14:33:38 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2020-09-07 19:02:45 +0900
commit19917d45a35ff86b3976267b6cb2b494b6130045 (patch)
tree6178ab057df8639b86f8fc7dd30717d0715556c1 /.github/workflows/compilers.yml
parent17a27060a75f2b2f773e2ebef56cf943bf1b4e4e (diff)
.github: try GitHub Container Registry
It is natural for a CI running on GitHub to use GitHub's facility. See also https://github.blog/2020-09-01-introducing-github-container-registry/
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3524
Diffstat (limited to '.github/workflows/compilers.yml')
-rw-r--r--.github/workflows/compilers.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml
index 47ec2c3d3a..7edec28da9 100644
--- a/.github/workflows/compilers.yml
+++ b/.github/workflows/compilers.yml
@@ -156,7 +156,7 @@ jobs:
name: ${{ matrix.entry.name }}
runs-on: ubuntu-latest
- container: shyouhei/c-compilers:latest
+ container: ghcr.io/ruby/ruby-ci-image:latest
if: "!contains(github.event.head_commit.message, '[ci skip]')"
steps:
- name: setenv