.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
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…
x
Reference in New Issue
Block a user