Skip to content

Commit 96e14cc

Browse files
committed
ci: setup ruby
1 parent 3ac12f4 commit 96e14cc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14+
- name: Set up Ruby
15+
uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1
16+
with:
17+
ruby-version: "3.1.2"
1418
- name: Build the Docker image
1519
run: |
16-
gem install bundler
1720
bundle install
1821
bundle exec rake assets:precompile RAILS_ENV=production
1922
docker build . --file Dockerfile --tag gotocompany/gate:${{ github.ref_name }}

0 commit comments

Comments
 (0)