update workdir after cloning the repo
Some checks failed
Build and publish the docker image / build (push) Failing after 12m50s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn 2025-04-08 04:56:33 +03:00
parent c42c288c4a
commit 1be6e9b44e
Signed by: ngn
GPG Key ID: A3654DF5AD9F641D

View File

@ -9,6 +9,8 @@ USER builder
WORKDIR /home/builder
RUN git clone --recursive https://github.com/purplei2p/i2pd-tools
WORKDIR /home/builder/i2pd-tools
RUN make
FROM alpine AS runner