mirror of
https://github.com/ciiiii/cloudflare-docker-proxy.git
synced 2025-12-06 14:42:51 +08:00
Fix ci
This commit is contained in:
2
.github/workflows/stage.yaml
vendored
2
.github/workflows/stage.yaml
vendored
@@ -19,5 +19,5 @@ jobs:
|
||||
with:
|
||||
apiToken: ${{ secrets.CF_API_TOKEN }}
|
||||
accountId: ${{secrets.CF_ACCOUNT_ID}}
|
||||
command: deploy --env staging --minify src/index.ts
|
||||
command: deploy --env staging --minify src/index.js
|
||||
environment: staging
|
||||
@@ -28,6 +28,8 @@ routes = [
|
||||
name = "cloudflare-docker-proxy-staging"
|
||||
route = { pattern = "docker-staging.libcuda.so", custom_domain = true }
|
||||
|
||||
[env.staging.vars]
|
||||
|
||||
[env.dev.vars]
|
||||
MODE = "debug"
|
||||
TARGET_UPSTREAM = "https://registry-1.docker.io"
|
||||
Reference in New Issue
Block a user