fix: release lnbits-boltz with proper tag (#3674)
This commit is contained in:
parent
d098e2f710
commit
91ac245307
2 changed files with 4 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
|||
FROM boltz/boltz-client:latest AS boltz
|
||||
ARG LNBITS_TAG=latest
|
||||
|
||||
FROM lnbits/lnbits:latest
|
||||
FROM boltz/boltz-client:latest AS boltz
|
||||
FROM lnbits/lnbits:${LNBITS_TAG}
|
||||
|
||||
COPY --from=boltz /bin/boltzd /bin/boltzcli /usr/local/bin/
|
||||
RUN ls -l /usr/local/bin/boltzd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue