Skip to content

Commit aa48b29

Browse files
committed
add RUBY_VERSION to all builds
1 parent 3e6eb5a commit aa48b29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,10 @@ jobs:
169169
cd image && ruby auto_build.rb base_slim_main_amd64 --build-arg="RUBY_VERSION=3.4.7"
170170
- name: build release image
171171
run: |
172-
cd image && ruby auto_build.rb base_release_main_amd64
172+
cd image && ruby auto_build.rb base_release_main_amd64 --build-arg="RUBY_VERSION=3.4.7"
173173
- name: build test_build image
174174
run: |
175-
cd image && ruby auto_build.rb discourse_test_build_amd64
175+
cd image && ruby auto_build.rb discourse_test_build_amd64 --build-arg="RUBY_VERSION=3.4.7"
176176
- name: run specs
177177
run: |
178178
docker run --rm -e RUBY_ONLY=1 -e USE_TURBO=1 -e SKIP_PLUGINS=1 -e SKIP_LINT=1 discourse/discourse_test:build_amd64

0 commit comments

Comments
 (0)