Use .ruby-version from output
All checks were successful
Ruby CI / test (pull_request) Successful in 19s
Deploy / deploy (push) Successful in 1m15s

This commit is contained in:
Andrew Tomaka 2024-11-26 23:30:11 -05:00
parent e7a4843072
commit cfdd685c6f
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

@ -19,6 +19,8 @@ jobs:
uses: docker/build-push-action@v6
with:
push: true
build-args: |
RUBY_VERSION=${{ steps.ruby.outputs.version }}
tags: |
docker.atomaka.com/budget:latest
docker.atomaka.com/budget:${{gitea.sha}}