ci: fix compiler docker tag (#162)

Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
This commit is contained in:
Ignacio Hagopian
2025-10-09 13:09:56 -03:00
committed by GitHub
parent a62e25c62d
commit 6449699ec6

View File

@@ -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 }}