sets local proof verification for dist-test images

This commit is contained in:
Ben 2024-03-22 14:56:45 +01:00
parent 2a34c480c3
commit 1b6244c34b
No known key found for this signature in database
GPG Key ID: 541B9D8C9F1426A1
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ jobs:
name: Build and Push
uses: ./.github/workflows/docker-reusable.yml
with:
nimflags: '-d:disableMarchNative -d:codex_enable_api_debug_peers=true -d:codex_enable_proof_failures=true -d:codex_enable_log_counter=true'
nimflags: '-d:disableMarchNative -d:codex_enable_api_debug_peers=true -d:codex_enable_proof_failures=true -d:codex_enable_log_counter=true -d:verify_circuit=true'
nat_ip_auto: true
tag_latest: ${{ github.ref_name == github.event.repository.default_branch || startsWith(github.ref, 'refs/tags/') }}
tag_suffix: dist-tests