get rust toolchain version from env

This commit is contained in:
GroovieGermanikus 2023-09-06 19:55:07 +02:00
parent b4c43c1de3
commit 26643b1ff9
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}