This commit is contained in:
WJQSERVER 2024-09-25 14:01:44 +08:00
parent b6f8db843a
commit 45c537e313
8 changed files with 250 additions and 5 deletions

View file

@ -59,7 +59,7 @@ jobs:
runs-on: ubuntu-latest
needs: build
env:
IMAGE_NAME: wjqserver/ghproxy-test
IMAGE_NAME: wjqserver/ghproxy
DOCKERFILE: docker/dockerfile/dev/Dockerfile
steps:

View file

@ -58,7 +58,7 @@ jobs:
runs-on: ubuntu-latest
needs: build # 确保这个作业在 build 作业完成后运行
env:
IMAGE_NAME: wjqserver/ghproxy-test # 定义镜像名称变量
IMAGE_NAME: wjqserver/ghproxy # 定义镜像名称变量
DOCKERFILE: docker/dockerfile/release/Dockerfile
steps: