Skip to content

Commit 7a8629f

Browse files
authored
[review] Add ruby 3.3.9, 3.3.10 (#30)
1 parent 94cbcc3 commit 7a8629f

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.github/workflows/build.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,29 @@ jobs:
3131
platform:
3232
- { runner: 'linux-arm64-public', arch: 'arm64' }
3333
- { runner: 'ubuntu-24.04', arch: 'amd64' }
34+
permissions:
35+
id-token: write
36+
contents: read
3437

3538
runs-on: ${{ matrix.platform.runner }}
3639
steps:
3740
- name: Check out Git repository
3841
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3942

43+
- name: Configure AWS Credentials
44+
uses: aws-actions/configure-aws-credentials@b47578312673ae6fa5b5096b330d9fbac3d116df # v4.2.1
45+
with:
46+
aws-region: us-east-1
47+
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
48+
role-session-name: GitHubActions
49+
50+
# Login to ECR Public to avoid rate limits when pulling base images
51+
- name: Login to Amazon ECR
52+
id: login-ecr
53+
uses: aws-actions/amazon-ecr-login@062b18b96a7aff071d4dc91bc00c4c1a7945b076 # v2.0.1
54+
with:
55+
registry-type: public
56+
4057
# manifest で結合するため、buildx を利用せずにビルドする
4158
- name: Build
4259
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0

.github/workflows/ruby_versions.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
"3.4.3",
77
"3.4.2",
88
"3.4.1",
9+
"3.3.10",
10+
"3.3.9",
911
"3.3.8",
1012
"3.3.7",
1113
"3.3.6",

0 commit comments

Comments
 (0)