mirror of
https://github.com/veops/cmdb.git
synced 2025-09-23 13:59:19 +08:00
try fix UI docker build
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: api-docker-images-build-and-release
|
name: docker-images-build-and-release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
# ================================= UI ================================
|
# ================================= UI ================================
|
||||||
FROM node:14.17.3-alpine AS builder
|
FROM node:16.20 AS builder
|
||||||
|
|
||||||
LABEL description="cmdb-ui"
|
LABEL description="cmdb-ui"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user