mirror of
https://github.com/ZetaKebab/quartz.git
synced 2025-06-22 00:34:37 +00:00
fix(ci): run build on tags (#1483)
* fix(ci): run build on tags Signed-off-by: Aaron Pham <contact@aarnphm.xyz> * chore: update docker warning and not push on PR Signed-off-by: Aaron Pham <contact@aarnphm.xyz> --------- Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
FROM node:20-slim as builder
|
||||
FROM node:20-slim AS builder
|
||||
WORKDIR /usr/src/app
|
||||
COPY package.json .
|
||||
COPY package-lock.json* .
|
||||
|
Reference in New Issue
Block a user