fix: cicd-流程构建 -修改runner标签为self-hosted
Some checks failed
JT808 CI/CD / build-and-deploy (push) Has been cancelled
Some checks failed
JT808 CI/CD / build-and-deploy (push) Has been cancelled
This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user