This commit is contained in:
parent
be4d661fa6
commit
5b10e2fc38
@ -16,7 +16,7 @@ env:
|
|||||||
IMAGE_NAME: H8-Network/TinySkin
|
IMAGE_NAME: H8-Network/TinySkin
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
release-image:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
@ -11,7 +11,7 @@ COPY frontend .
|
|||||||
|
|
||||||
RUN pnpm build
|
RUN pnpm build
|
||||||
|
|
||||||
FROM golang:1.23 AS build-stage
|
FROM golang:1.23-alpine AS build-stage
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
ENV GOPROXY https://goproxy.cn,direct
|
ENV GOPROXY https://goproxy.cn,direct
|
||||||
|
Loading…
x
Reference in New Issue
Block a user