Skip to content

Commit 24b86a8

Browse files
ci: pin rb-sys-dock image tag to published 0.9.124
1 parent 6b5ef18 commit 24b86a8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-gems.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,10 @@ jobs:
7171
RB_SYS_VERSION: ${{ steps.rb-sys.outputs.version }}
7272
run: |
7373
gem install rb_sys -v "$RB_SYS_VERSION"
74-
rb-sys-dock --platform "$PLATFORM" --directory . --ruby-versions "$RUBY_VERSIONS" --build
74+
# rb-sys gem and docker image tags are released independently.
75+
# Use the latest image tag currently published for all platforms.
76+
RCD_IMAGE_VERSION="0.9.124" \
77+
rb-sys-dock --platform "$PLATFORM" --directory . --ruby-versions "$RUBY_VERSIONS" --build
7578
7679
gem_path="$(find ./pkg -name "*-${PLATFORM}.gem" | head -n1)"
7780
if [ -z "$gem_path" ]; then

0 commit comments

Comments
 (0)