diff --git a/.github/workflows/build-docker-from-tag.yml b/.github/workflows/build-docker-from-tag.yml index 206e15bd195f..bf2f766080e7 100644 --- a/.github/workflows/build-docker-from-tag.yml +++ b/.github/workflows/build-docker-from-tag.yml @@ -58,17 +58,17 @@ jobs: image_tag_suffix: ${{ needs.setup.outputs.image_tag_suffix }} en_alpha_release: true - build-push-tee-prover-images: - name: Build and push images - needs: [ setup ] - uses: ./.github/workflows/build-tee-prover-template.yml - if: contains(github.ref_name, 'core') - secrets: - DOCKERHUB_USER: ${{ secrets.DOCKERHUB_USER }} - DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }} - ATTIC_TOKEN: ${{ secrets.ATTIC_TOKEN }} - with: - image_tag_suffix: ${{ needs.setup.outputs.image_tag_suffix }} +# build-push-tee-prover-images: +# name: Build and push images +# needs: [ setup ] +# uses: ./.github/workflows/build-tee-prover-template.yml +# if: contains(github.ref_name, 'core') +# secrets: +# DOCKERHUB_USER: ${{ secrets.DOCKERHUB_USER }} +# DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }} +# ATTIC_TOKEN: ${{ secrets.ATTIC_TOKEN }} +# with: +# image_tag_suffix: ${{ needs.setup.outputs.image_tag_suffix }} build-push-contract-verifier: name: Build and push image