1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

.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/
This commit is contained in:
卜部昌平 2020-09-07 14:33:38 +09:00
parent 17a27060a7
commit 19917d45a3
Notes: git 2020-09-07 19:03:09 +09:00

View file

@ -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