We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ac12f4 commit 96e14ccCopy full SHA for 96e14cc
.github/workflows/release.yml
@@ -11,9 +11,12 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v4
14
+ - name: Set up Ruby
15
+ uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1
16
+ with:
17
+ ruby-version: "3.1.2"
18
- name: Build the Docker image
19
run: |
- gem install bundler
20
bundle install
21
bundle exec rake assets:precompile RAILS_ENV=production
22
docker build . --file Dockerfile --tag gotocompany/gate:${{ github.ref_name }}
0 commit comments