1
0

fix(ci): directly build docker images and not use releases to avoid caching issues

This commit is contained in:
kolaente
2023-06-16 20:07:43 +02:00
parent faa62985df
commit 80772f7578
2 changed files with 5 additions and 8 deletions

View File

@ -8,7 +8,7 @@ FROM --platform=$BUILDPLATFORM node:20-alpine AS builder
WORKDIR /build
ARG USE_RELEASE=false
ARG RELEASE_VERSION=main
ARG RELEASE_VERSION=unstable
ENV PNPM_CACHE_FOLDER .cache/pnpm/
COPY package.json ./