Try reading .ruby-version now
All checks were successful
Ruby CI / test (pull_request) Successful in 19s
Deploy / deploy (push) Successful in 1m9s

This commit is contained in:
Andrew Tomaka 2024-11-26 23:24:18 -05:00
parent bfc11672f0
commit ebecec8673
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

@ -9,6 +9,9 @@ jobs:
deploy:
runs-on: cth-ubuntu-latest
steps:
- name: Read .ruby-version file
id: ruby
run: echo "version=$(cat .ruby-version)" >> $GITHUB_OUTPUT
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Push image