This commit is contained in:
platane
2023-09-23 19:57:32 +02:00
committed by Platane
parent 8eddcbdbea
commit 743771147d
12 changed files with 705 additions and 527 deletions

View File

@@ -23,7 +23,7 @@ FROM node:16-slim
WORKDIR /action-release
RUN export YARN_CACHE_FOLDER="$(mktemp -d)" \
&& yarn add canvas@2.10.2 gifsicle@5.3.0 --no-lockfile \
&& yarn add canvas@2.11.2 gifsicle@5.3.0 --no-lockfile \
&& rm -r "$YARN_CACHE_FOLDER"
COPY --from=builder /app/packages/action/dist/ /action-release/