Skip to content

Commit

Permalink
use correct syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemand committed Feb 12, 2024
1 parent ec1e21d commit 045ad34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

env:
DOCKER_BASE_IMAGE: debian:buster-slim
RUST_VERSION: "1.70.0"
RUST_VERSION: rust:1.70.0

jobs:
changes:
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
file: ${{ matrix.dockerfile }}
push: true
build-args: |
build_image=${{ env.RUST_VERSION }}
build_image=1.70.0
tags: concordium/recover-id-object:latest
cache-from: type=registry,ref=concordium/recover-id-object:latest
cache-to: type=inline

0 comments on commit 045ad34

Please sign in to comment.