revert previous commit

This commit is contained in:
Gustavo Valverde 2022-02-26 07:40:44 -04:00
parent faf8819a62
commit 4096cf6e50
5 changed files with 5 additions and 4 deletions

View File

@ -9,7 +9,7 @@ on:
- '**/*.txt'
- '**/Cargo.toml'
- '**/Cargo.lock'
- '/docker/**'
- 'docker/**'
- '.github/workflows/test.yml'
jobs:

View File

@ -17,7 +17,7 @@ on:
- '**/*.txt'
- '**/Cargo.toml'
- '**/Cargo.lock'
- '/docker/**'
- 'docker/**'
- '.github/workflows/test.yml'
env:

View File

@ -10,7 +10,7 @@ on:
- 'zebrad/tests/acceptance.rs'
- 'zebrad/src/config.rs'
- 'zebrad/src/commands/start.rs'
- '/docker/zcash-lightwalletd/Dockerfile'
- 'docker/zcash-lightwalletd/Dockerfile'
- '.github/workflows/zcash-lightwalletd.yml'
env:

View File

@ -9,7 +9,7 @@ on:
- 'zebra-consensus/src/primitives/groth16/params.rs'
- 'zebra-consensus/src/chain.rs'
- 'zebrad/src/commands/start.rs'
- '/docker/zcash-params/Dockerfile'
- 'docker/zcash-params/Dockerfile'
- '.github/workflows/zcash-params.yml'
env:

View File

@ -4,6 +4,7 @@ ARG LWD_HTTP_PORT=9068
##
## Build
##
FROM golang:1.17 AS build
# Create and change to the app directory.