mirror of https://github.com/veops/cmdb.git
try fix UI docker build
This commit is contained in:
parent
d4b661c77f
commit
3804355ff3
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue