Skip to content

Commit

Permalink
test build
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemand committed Feb 13, 2024
1 parent 6d7ff09 commit 97a96c1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:

env:
RUST_VERSION: rust:1.70-buster
ID_RECOVER_TOOL_NAME: id-recover-tool

jobs:

Expand All @@ -30,10 +29,10 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: ${{ env.ID_RECOVER_TOOL_NAME }}/scripts/Dockerfile
file: id-recover-tool/scripts/Dockerfile
push: true
build-args: |
build_image=${{ env.rust_version }}
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 97a96c1

Please sign in to comment.