fix: cicd-流程构建 -修改runner标签为self-hosted
Some checks failed
JT808 CI/CD / build-and-deploy (push) Has been cancelled

This commit is contained in:
lzh
2025-12-12 15:04:20 +08:00
parent 1090bcfbd3
commit 3a5c62875f

View File

@@ -7,7 +7,7 @@ on:
jobs: jobs:
build-and-deploy: build-and-deploy:
runs-on: gitea-runner-1 runs-on: self-hosted
env: env:
REGISTRY_URL: ${{ secrets.REGISTRY_URL }} REGISTRY_URL: ${{ secrets.REGISTRY_URL }}
IMAGE_NAME: ${{ secrets.IMAGE_NAME }} IMAGE_NAME: ${{ secrets.IMAGE_NAME }}