fix: Docker image not published to Docker Hub on new release (#8905)

This commit is contained in:
Corey
2024-02-14 12:05:20 -08:00
committed by GitHub
parent 27ad6f476a
commit a2ac8d133c
4 changed files with 20 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
############################################################
# Build stage
############################################################
FROM node:lts-alpine AS build
FROM node:18-alpine AS build
RUN apk --no-cache add git
WORKDIR /tmp
@@ -24,7 +24,7 @@ RUN npm ci --omit=dev --ignore-scripts \
############################################################
# Release stage
############################################################
FROM node:lts-alpine AS release
FROM node:18-alpine AS release
VOLUME /parse-server/cloud /parse-server/config