diff --git a/.github/workflows/test-zkvm.yml b/.github/workflows/test-zkvm.yml index 48f2cca..0397e83 100644 --- a/.github/workflows/test-zkvm.yml +++ b/.github/workflows/test-zkvm.yml @@ -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 }}