get rust toolchain version from env
This commit is contained in:
parent
b4c43c1de3
commit
26643b1ff9
|
@ -46,7 +46,7 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
build-args: |
|
||||
RUST_TOOLCHAIN_VERSION=1.71.0
|
||||
RUST_TOOLCHAIN_VERSION=${{ env.RUST_STABLE }}
|
||||
push: true
|
||||
tags: |
|
||||
${{ env.REGISTRY }}/${{ env.ORG }}/${{ env.IMAGE }}:${{ github.sha }}
|
||||
|
|
Loading…
Reference in New Issue