We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fa68f4 commit 29eb442Copy full SHA for 29eb442
.github/actions/dockerfiles/Dockerfile.alpine-binary
@@ -23,5 +23,5 @@ RUN case ${TARGETPLATFORM} in \
23
&& unzip ${BIN_ARCH}.zip -d /out
24
25
FROM --platform=${TARGETPLATFORM} alpine
26
-COPY --from=builder /out/stacks-node /bin/
+COPY --from=builder /out/stacks-node /out/stacks-signer /bin/
27
CMD ["stacks-node", "mainnet"]
.github/actions/dockerfiles/Dockerfile.debian-binary
FROM --platform=${TARGETPLATFORM} debian:bookworm
0 commit comments