.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
Родитель 17a27060a7
Коммит 19917d45a3
1 изменённых файлов: 1 добавлений и 1 удалений

2
.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