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
|
id: docker_build
|
||||||
uses: docker/build-push-action@v2.9.0
|
uses: docker/build-push-action@v2.9.0
|
||||||
with:
|
with:
|
||||||
target: builder
|
target: build
|
||||||
context: .
|
context: .
|
||||||
file: ./zebra/docker/zcash-lightwalletd/Dockerfile
|
file: ./zebra/docker/zcash-lightwalletd/Dockerfile
|
||||||
tags: |
|
tags: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue