diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2189082d5c89..a3979b1e755e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -166,10 +166,10 @@ jobs: DOCKERHUB_USER: ${{ secrets.DOCKERHUB_USER }} DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }} - build-push-prover-images-avx512: + build-witness-generator-image-avx512: name: Build prover images with avx512 instructions 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