mirror of
https://github.com/eiblog/eiblog.git
synced 2026-02-17 11:52:27 +08:00
fix(ci): script file name
This commit is contained in:
@@ -2,7 +2,7 @@ FROM golang:1.20 AS builder
|
|||||||
|
|
||||||
WORKDIR /eiblog
|
WORKDIR /eiblog
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN ./scripts/build.sh backup
|
RUN ./scripts/run_build.sh backup
|
||||||
|
|
||||||
|
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ FROM golang:1.20 AS builder
|
|||||||
|
|
||||||
WORKDIR /eiblog
|
WORKDIR /eiblog
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN ./scripts/build.sh eiblog
|
RUN ./scripts/run_build.sh eiblog
|
||||||
|
|
||||||
|
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user