diff --git a/.github/workflows/docker-release.yml b/.github/workflows/docker-release.yml index 0be481e..9d05f02 100644 --- a/.github/workflows/docker-release.yml +++ b/.github/workflows/docker-release.yml @@ -3,6 +3,8 @@ on: push: branches: - main + tags: + - v* jobs: docker_release: name: Publish images diff --git a/README.md b/README.md index edc0197..48a59e8 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,10 @@ This will create: And will update: * `{CONTRIBUTIONS_PATH}/CONTRIBUTIONS.md`: Add your contribution filename and checksum to the list of contributions and set it as the last contribution. +#### Checkout a demo of a contribution process + +![Contribution demo](./contribute-demo.gif) + ### Create a new zk-ceremony Run the following command to prepare the environment: diff --git a/contribute-demo.gif b/contribute-demo.gif new file mode 100644 index 0000000..5856a9b Binary files /dev/null and b/contribute-demo.gif differ