onestep
Some checks failed
Build and Push to ACR / docker (push) Has been cancelled

This commit is contained in:
2025-09-30 21:25:40 +08:00
parent 52e829cb50
commit 0feb95d93c

View File

@@ -43,7 +43,7 @@ jobs:
docker logout "$ACR_REGISTRY" || true
echo "$ACR_PASSWORD" | docker login "$ACR_REGISTRY" --username "$ACR_USERNAME" --password-stdin
- name: Prepare v2ray config
- name: Start v2ray-client
env:
V2RAY_JSON: ${{ secrets.V2RAY_JSON }}
run: |
@@ -52,8 +52,6 @@ jobs:
printf '%s' "$V2RAY_JSON" > "${GITHUB_WORKSPACE}/v2ray/config.json"
jq . "${GITHUB_WORKSPACE}/v2ray/config.json" >/dev/null
- name: Start v2ray-client
run: |
docker rm -f v2ray-client >/dev/null 2>&1 || true
docker run -d --name v2ray-client \
--network host \