Skip to content

Commit

Permalink
only include rust version as an arg
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemand committed Feb 12, 2024
1 parent 2cbdefa commit a9a5065
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches: main

env:
RUST_VERSION: rust:1.70.0

jobs:
changes:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -48,6 +51,8 @@ jobs:
context: .
file: ${{ matrix.dockerfile }}
push: true
build-args: |
build_image=${{ env.RUST_VERSION }}
tags: concordium/recover-id-object:latest
cache-from: type=registry,ref=concordium/recover-id-object:latest
cache-to: type=inline

0 comments on commit a9a5065

Please sign in to comment.