fix: use build runner label for docker build workflows
Some checks are pending
Build and push rsyncd image / build-and-push-image (push) Waiting to run
Build and push telegraf-snmp image / build-and-push-image (push) Waiting to run

Workflows need docker CLI which is only available in the docker:latest
container started by the 'build' runner label, not node:20-bookworm.
This commit is contained in:
dresi 2026-06-10 13:01:53 +02:00
parent 8ab8d6132a
commit ff96e5567b
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ env:
jobs:
build-and-push-image:
runs-on: docker
runs-on: build
steps:
- name: Checkout
uses: actions/checkout@v5

View File

@ -11,7 +11,7 @@ env:
jobs:
build-and-push-image:
runs-on: docker
runs-on: build
steps:
- name: Checkout
uses: actions/checkout@v5