feat(docker): removed semantic
This commit is contained in:
parent
5765db3d90
commit
077609613d
@ -1,6 +1,6 @@
|
|||||||
# yaml-language-server: $schema=https://git.front.kjuulh.io/kjuulh/cuddle/raw/branch/main/schemas/base.json
|
# yaml-language-server: $schema=https://git.front.kjuulh.io/kjuulh/cuddle/raw/branch/main/schemas/base.json
|
||||||
|
|
||||||
base: true
|
base: false
|
||||||
|
|
||||||
scripts:
|
scripts:
|
||||||
build_docker:
|
build_docker:
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
FROM node
|
FROM node
|
||||||
|
|
||||||
RUN npx semantic-release@18
|
#RUN npx semantic-release@18
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN npx semantic-release
|
RUN npx semantic-release@18
|
||||||
|
Loading…
Reference in New Issue
Block a user