Skip to content

Commit

Permalink
ci: setup ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
rahmatrhd committed Jul 31, 2024
1 parent 3ac12f4 commit 96e14cc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1
with:
ruby-version: "3.1.2"
- name: Build the Docker image
run: |
gem install bundler
bundle install
bundle exec rake assets:precompile RAILS_ENV=production
docker build . --file Dockerfile --tag gotocompany/gate:${{ github.ref_name }}
Expand Down

0 comments on commit 96e14cc

Please sign in to comment.