ruby-changes:62852
From: =E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3 <ko1@a...>
Date: Mon, 7 Sep 2020 19:03:02 +0900 (JST)
Subject: [ruby-changes:62852] 19917d45a3 (master): .github: try GitHub Container Registry
https://git.ruby-lang.org/ruby.git/commit/?id=19917d45a3 From 19917d45a35ff86b3976267b6cb2b494b6130045 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?= <shyouhei@r...> Date: Mon, 7 Sep 2020 14:33:38 +0900 Subject: .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/ diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml index 47ec2c3..7edec28 100644 --- a/.github/workflows/compilers.yml +++ b/.github/workflows/compilers.yml @@ -156,7 +156,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/compilers.yml#L156 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 -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/