[前][次][番号順一覧][スレッド一覧]

ruby-changes:71569

From: S-H-GAMELINKS <ko1@a...>
Date: Thu, 31 Mar 2022 08:35:54 +0900 (JST)
Subject: [ruby-changes:71569] 3a70d4cd60 (master): [DOC] Fix ghcr link

https://git.ruby-lang.org/ruby.git/commit/?id=3a70d4cd60

From 3a70d4cd60d0b0765d44792d226a1f2ffc38c931 Mon Sep 17 00:00:00 2001
From: S-H-GAMELINKS <gamelinks007@g...>
Date: Wed, 30 Mar 2022 12:14:17 +0900
Subject: [DOC] Fix ghcr link

---
 .cirrus.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index c8fb326c89..0cab0023c2 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -12,7 +12,7 @@ task: https://github.com/ruby/ruby/blob/trunk/.cirrus.yml#L12
   name: Arm64 Graviton2 / $CC
   skip: "changesIncludeOnly('doc/**', '**.{md,rdoc}')"
   arm_container:
-    # We use the arm64 images at http://ghcr.io/ruby/ruby-ci-image .
+    # We use the arm64 images at https://github.com/ruby/ruby-ci-image/pkgs/container/ruby-ci-image .
     image: ghcr.io/ruby/ruby-ci-image:$CC
     # Define the used cpu core in each matrix task. We can use total 16 cpu
     # cores in entire matrix. [cpu] = [total cpu: 16] / [number of tasks]
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]