ci: build image for this rev

This commit is contained in:
han0110
2026-01-07 14:47:11 +00:00
parent 654f39a666
commit b6112c3981
2 changed files with 1 additions and 4 deletions

View File

@@ -4,6 +4,7 @@ on:
push:
branches:
- master
- han/feature/zisk-network-prover
pull_request:
jobs:

View File

@@ -93,7 +93,6 @@ jobs:
echo "server_zkvm_image=$SERVER_ZKVM_IMAGE" >> $GITHUB_OUTPUT
- name: Build ere-base image
if: (github.event_name == 'push' && github.ref == 'refs/heads/master') || (github.event.pull_request.head.repo.full_name == github.repository && steps.changed_files.outputs.any_changed == 'true')
uses: docker/build-push-action@v6
with:
context: .
@@ -102,7 +101,6 @@ jobs:
tags: ${{ steps.image_meta.outputs.base_image }}
- name: Build ere-base-${{ inputs.zkvm }} image
if: (github.event_name == 'push' && github.ref == 'refs/heads/master') || (github.event.pull_request.head.repo.full_name == github.repository && steps.changed_files.outputs.any_changed == 'true')
uses: docker/build-push-action@v6
with:
context: .
@@ -113,7 +111,6 @@ jobs:
BASE_IMAGE=${{ steps.image_meta.outputs.base_image }}
- name: Build ere-compiler-${{ inputs.zkvm }} image
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
uses: docker/build-push-action@v6
with:
context: .
@@ -124,7 +121,6 @@ jobs:
BASE_ZKVM_IMAGE=${{ steps.image_meta.outputs.base_zkvm_image }}
- name: Build ere-server-${{ inputs.zkvm }} image
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
uses: docker/build-push-action@v6
with:
context: .