From 97a96c18a0d2a15b7acae299650771e870df0e15 Mon Sep 17 00:00:00 2001 From: Lasse Alm Date: Tue, 13 Feb 2024 10:58:55 +0100 Subject: [PATCH] test build --- .github/workflows/release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dfd818cf..9bfe8a1e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,6 @@ on: env: RUST_VERSION: rust:1.70-buster - ID_RECOVER_TOOL_NAME: id-recover-tool jobs: @@ -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