Update workflow runner labels to docker
This commit is contained in:
parent
b6bc68de23
commit
1508f5c558
3 changed files with 6 additions and 6 deletions
|
|
@ -9,7 +9,7 @@ on:
|
|||
jobs:
|
||||
# ── Go Backend ──────────────────────────────────────────
|
||||
tongo-core:
|
||||
runs-on: self-hosted
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
|
@ -34,7 +34,7 @@ jobs:
|
|||
|
||||
# ── Frontend ────────────────────────────────────────────
|
||||
web-terminal:
|
||||
runs-on: self-hosted
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ env:
|
|||
|
||||
jobs:
|
||||
build-and-push:
|
||||
runs-on: self-hosted
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
docker push $IMAGE_WEB:latest
|
||||
|
||||
deploy:
|
||||
runs-on: self-hosted
|
||||
runs-on: docker
|
||||
needs: build-and-push
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ on:
|
|||
|
||||
jobs:
|
||||
plan:
|
||||
runs-on: self-hosted
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
|
@ -44,7 +44,7 @@ jobs:
|
|||
path: infra/tfplan
|
||||
|
||||
apply:
|
||||
runs-on: self-hosted
|
||||
runs-on: docker
|
||||
needs: plan
|
||||
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue