mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 05:15:35 +08:00
build: prepare hook failure in docker
This commit is contained in:
parent
7b0407cee2
commit
9e5b033214
@ -1,4 +1,5 @@
|
|||||||
name: clean old package
|
name: clean old package
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
@ -1,5 +1,6 @@
|
|||||||
FROM docker.io/oven/bun:alpine as builder
|
FROM docker.io/oven/bun:alpine as builder
|
||||||
|
|
||||||
|
ENV HUSKY=0
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
Loading…
Reference in New Issue
Block a user