Use .ruby-version from output
This commit is contained in:
parent
e7a4843072
commit
cfdd685c6f
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ jobs:
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
|
build-args: |
|
||||||
|
RUBY_VERSION=${{ steps.ruby.outputs.version }}
|
||||||
tags: |
|
tags: |
|
||||||
docker.atomaka.com/budget:latest
|
docker.atomaka.com/budget:latest
|
||||||
docker.atomaka.com/budget:${{gitea.sha}}
|
docker.atomaka.com/budget:${{gitea.sha}}
|
||||||
|
|
Loading…
Reference in a new issue