Skip to content

v0.2.12

Compare
Choose a tag to compare
@DenisCarriere DenisCarriere released this 07 Mar 19:33
· 12 commits to main since this release

Docker environment

Pull from GitHub Container registry

docker pull ghcr.io/pinax-network/substreams-sink-csv:latest

Run with .env file

docker run -it --rm --env-file .env -v $PWD:/home ghcr.io/pinax-network/substreams-sink-csv:latest

Build from source

docker build -t substreams-sink-csv .

What's Changed

Full Changelog: v0.2.11...v0.2.12