Skip to content

Merge branch 'feature/include_git_actions_into_docker' into ceremony/… #16

Merge branch 'feature/include_git_actions_into_docker' into ceremony/…

Merge branch 'feature/include_git_actions_into_docker' into ceremony/… #16

name: Create ceremony
on: push
jobs:
compile-and-prepare:
if: ${{ startsWith(github.ref_name, 'ceremony/') }}
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v4
with:
lfs: true
ref: ${{ github.ref }}
- name: Checkout LFS objects
run: git lfs checkout
- name: Run toolkit
run: |
docker build -q -t vocdoni/zk-voceremony --target zk-voceremony .
docker run --rm -qt vocdoni/zk-voceremony verify