Try reading .ruby-version now
This commit is contained in:
parent
bfc11672f0
commit
ebecec8673
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@ jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: cth-ubuntu-latest
|
runs-on: cth-ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Read .ruby-version file
|
||||||
|
id: ruby
|
||||||
|
run: echo "version=$(cat .ruby-version)" >> $GITHUB_OUTPUT
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
- name: Push image
|
- name: Push image
|
||||||
|
|
Loading…
Reference in a new issue