pref: updare ci.yml
Some checks failed
CI / release-image (push) Failing after 3m12s

This commit is contained in:
thehrz 2025-04-13 00:24:34 +08:00
parent be4d661fa6
commit 5b10e2fc38
Signed by: thehrz
GPG Key ID: C84CBCE7D5F88855
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ env:
IMAGE_NAME: H8-Network/TinySkin
jobs:
deploy:
release-image:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3

View File

@ -11,7 +11,7 @@ COPY frontend .
RUN pnpm build
FROM golang:1.23 AS build-stage
FROM golang:1.23-alpine AS build-stage
WORKDIR /app
ENV GOPROXY https://goproxy.cn,direct