Skip to content

Commit

Permalink
Set Ruby version for Dockerfile from .ruby-version
Browse files Browse the repository at this point in the history
  • Loading branch information
pezholio committed Nov 19, 2024
1 parent 332a0c5 commit 9c5dbae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rails-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
build-args: |
RAILS_VERSION=${{ matrix.rails }}
MAIL_NOTIFY_BRANCH=${{ github.ref }}
RUBY_VERSION=$(cat .ruby-version)
push: false
tags: mail-notify-integration-rails-${{ matrix.rails }}:latest
outputs: type=docker, dest=/tmp/rails-${{ matrix.rails }}-image.tar
Expand Down

0 comments on commit 9c5dbae

Please sign in to comment.