From 6b791d7ec99d9f96a50d72c1398cca78cf9cfe17 Mon Sep 17 00:00:00 2001 From: Danil Kovtonyuk Date: Fri, 10 Dec 2021 19:24:11 +1000 Subject: [PATCH] fix: build --- .github/workflows/build.yml | 2 +- README.md | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 40f1127..bc117cf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,7 +48,7 @@ jobs: dockerfile: Dockerfile repository: tornadocash/nova-relayer tag_with_ref: true - tags: nova,candidate + tags: latest,nova,candidate username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_TOKEN }} diff --git a/README.md b/README.md index ae55200..eec4367 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,6 @@ wget https://raw.githubusercontent.com/tornadocash/tornado-pool-relayer/master/. - set `CONFIRMATIONS` if needed - how many block confirmations to wait before processing an event. Not recommended to set less than 3 - set `MAX_GAS_PRICE` if needed - maximum value of gwei value for relayer's transaction - If you want to use more than 1 eth address for relaying transactions, please add as many `workers` as you want. For example, you can comment out `worker2` in docker-compose.yml file, but please use a different `PRIVATE_KEY` for each worker. - 3. Run `docker-compose up -d` ## Run locally