fix the runner image name
Some checks failed
Build and publish the docker image / build (push) Failing after 21s
Some checks failed
Build and publish the docker image / build (push) Failing after 21s
Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
parent
fe088d901d
commit
c09ab7d384
@ -11,7 +11,7 @@ WORKDIR /home/builder
|
||||
RUN git clone --recursive https://github.com/purplei2p/i2pd-tools
|
||||
RUN make
|
||||
|
||||
FROM alpiner AS runner
|
||||
FROM alpine AS runner
|
||||
RUN apk add boost openssl zlib
|
||||
|
||||
COPY --from=builder routerinfo /usr/bin
|
||||
|
Loading…
x
Reference in New Issue
Block a user