it was a space issue on the build server
All checks were successful
/ build (map[platform:linux/arm64 suffix:linux-arm64]) (push) Successful in 13m33s
/ publish-forgejo (push) Successful in 5s
/ publish-docker (push) Successful in 13s
/ build (map[platform:linux/amd64 suffix:linux-amd64]) (push) Successful in 4m9s

This commit is contained in:
asonix 2024-05-03 16:24:22 -05:00
parent 3330d48299
commit 7964360d07

View file

@ -1,4 +1,4 @@
FROM docker.io/node:20.12.0-bookworm
FROM docker.io/node:20-bookworm
RUN \
mkdir -p /opt && \