fix runner labels
Some checks failed
Deploy Containers / Prepare (push) Failing after 49s

This commit is contained in:
2026-01-09 17:19:01 -05:00
parent 105383320a
commit cc11de52a5
2 changed files with 3 additions and 5 deletions

View File

@@ -9,11 +9,8 @@ jobs:
deploy: deploy:
name: Prepare name: Prepare
runs-on: runner runs-on: runner
container: node:18
steps: steps:
- name: Setup NodeJS
uses: actions/setup-node@v6
with:
node-version: "25.2.1"
- name: Checkout Repo - name: Checkout Repo
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:

View File

@@ -10,7 +10,8 @@ runner:
fetch_timeout: 5s fetch_timeout: 5s
fetch_interval: 2s fetch_interval: 2s
labels: labels:
- "runner:host" - "ubuntu-latest:docker://node:18-bullseye"
- "ubuntu-22.04:docker://node:18-bullseye"
container: container:
network: "host" network: "host"