fix(ci): script file name

This commit is contained in:
henry.chen
2023-05-25 16:08:45 +08:00
parent d86ab71ad9
commit 20e89d6a76
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ FROM golang:1.20 AS builder
WORKDIR /eiblog
COPY . .
RUN ./scripts/build.sh backup
RUN ./scripts/run_build.sh backup
FROM alpine:latest

View File

@@ -2,7 +2,7 @@ FROM golang:1.20 AS builder
WORKDIR /eiblog
COPY . .
RUN ./scripts/build.sh eiblog
RUN ./scripts/run_build.sh eiblog
FROM alpine:latest