ci指定204 runner

This commit is contained in:
daiwei 2024-05-11 17:06:02 +08:00
parent 8e4e494d11
commit 3458de70ad
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ cache:
build:
image: registry.zhst.com/video-analysis/pnpm4
tags:
- linux
- linux_docker_web_204
stage: build
script:
- chmod +x ./deploy/build.sh && ./deploy/build.sh
@ -23,7 +23,7 @@ build:
package:
tags:
- linux_shell
- linux_shell_204
stage: package
script:
- chmod +x ./deploy/package.sh && ./deploy/package.sh

View File

@ -1,4 +1,4 @@
FROM alpine:latest
FROM registry.zhst.com/video-analysis/alpine:latest
ADD ./app/public/ /app/public/