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:
parent
17a27060a7
commit
19917d45a3
Notes:
git
2020-09-07 19:03:09 +09:00
1 changed files with 1 additions and 1 deletions
2
.github/workflows/compilers.yml
vendored
2
.github/workflows/compilers.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue