mirror of
https://github.com/eth-act/ere.git
synced 2026-02-19 11:54:42 -05:00
ci: fix compiler docker tag (#162)
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
This commit is contained in:
2
.github/workflows/test-zkvm.yml
vendored
2
.github/workflows/test-zkvm.yml
vendored
@@ -127,7 +127,7 @@ jobs:
|
||||
context: .
|
||||
file: docker/${{ inputs.zkvm }}/Dockerfile.compiler
|
||||
push: true
|
||||
tags: ${{ steps.image_tag.outputs.server_zkvm_image }}
|
||||
tags: ${{ steps.image_tag.outputs.compiler_zkvm_image }}
|
||||
build-args: |
|
||||
BASE_ZKVM_IMAGE=${{ steps.image_tag.outputs.base_zkvm_image }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user