fix(build): use the right multistage target (#3700)
This commit is contained in:
parent
6b31f5b454
commit
dcbf8ba545
|
@ -62,7 +62,7 @@ jobs:
|
|||
id: docker_build
|
||||
uses: docker/build-push-action@v2.9.0
|
||||
with:
|
||||
target: builder
|
||||
target: build
|
||||
context: .
|
||||
file: ./zebra/docker/zcash-lightwalletd/Dockerfile
|
||||
tags: |
|
||||
|
|
Loading…
Reference in New Issue