Skip to content

Commit

Permalink
include a gif demo in the readme and modify the release docker image …
Browse files Browse the repository at this point in the history
…action to be triggered on new tags
  • Loading branch information
lucasmenendez committed Nov 16, 2023
1 parent a74b442 commit e6d9e66
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches:
- main
tags:
- v*
jobs:
docker_release:
name: Publish images
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Binary file added contribute-demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e6d9e66

Please sign in to comment.