зеркало из https://github.com/github/ruby.git
.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:
Родитель
17a27060a7
Коммит
19917d45a3
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче