From d686e52104709f3d5563e40f9b2cf2d2635b59a9 Mon Sep 17 00:00:00 2001 From: Vladislav Volosnikov Date: Tue, 20 Aug 2024 16:00:12 +0200 Subject: [PATCH] Update workflows --- .github/workflows/build-docker-from-tag.yml | 4 ++-- ...x512-template.yml => build-witness-generator-template.yml} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename .github/workflows/{build-prover-avx512-template.yml => build-witness-generator-template.yml} (99%) diff --git a/.github/workflows/build-docker-from-tag.yml b/.github/workflows/build-docker-from-tag.yml index c40058ab610c..7c9c96ce2172 100644 --- a/.github/workflows/build-docker-from-tag.yml +++ b/.github/workflows/build-docker-from-tag.yml @@ -94,10 +94,10 @@ jobs: DOCKERHUB_USER: ${{ secrets.DOCKERHUB_USER }} DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }} - build-push-prover-images-avx512: + build-push-witness-generator-image-avx512: name: Build and push image needs: [setup] - uses: ./.github/workflows/build-prover-template.yml + uses: ./.github/workflows/build-witness-generator-template.yml if: contains(github.ref_name, 'prover') with: image_tag_suffix: ${{ needs.setup.outputs.image_tag_suffix }}-avx512 diff --git a/.github/workflows/build-prover-avx512-template.yml b/.github/workflows/build-witness-generator-template.yml similarity index 99% rename from .github/workflows/build-prover-avx512-template.yml rename to .github/workflows/build-witness-generator-template.yml index 1910df594e34..9b3c063fe20c 100644 --- a/.github/workflows/build-prover-avx512-template.yml +++ b/.github/workflows/build-witness-generator-template.yml @@ -1,4 +1,4 @@ -name: Build Prover images with avx512 +name: Build witness generator image with custom compiler flags on: workflow_call: secrets: