Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEV: Build/release discourse/base:release-ruby-3.3.1 for testing #800

Merged
merged 1 commit into from
May 7, 2024

Conversation

tgxworld
Copy link
Contributor

@tgxworld tgxworld commented May 7, 2024

This commit adds a ruby_3_3 job to our Github workflow which releases
a discourse/base:release-ruby-3.3.1 Docker image to allow us to test
Ruby 3.3.1 before eventually changing to that version as the default.

This commit adds a `ruby_3_3` job to our Github workflow which releases
a `discourse/base:release-ruby-3.3.1` Docker image to allow us to test
Ruby 3.3.1 before eventually changing to that version as the default.
@tgxworld tgxworld force-pushed the build_new_image_with_ruby_3_3_1 branch from 9901f89 to 0657f53 Compare May 7, 2024 04:41
@@ -96,5 +96,5 @@ def dev_deps()
puts "Building #{images[image]}"
dev_deps() if image == :discourse_dev

build(images[image])
build(images[image], ARGV[1..-1].join(" "))
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is to allow us to do ruby auto_build.rb base_slim --build-args="RUBY_VERSION=3.3.1"

@tgxworld tgxworld merged commit 6c89006 into main May 7, 2024
5 checks passed
@tgxworld tgxworld deleted the build_new_image_with_ruby_3_3_1 branch May 7, 2024 05:29
@tgxworld
Copy link
Contributor Author

tgxworld commented May 7, 2024

Thank you for the review @SamSaffron 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants