refactor: revert to runs-on: docker after label simplification
Some checks failed
Build and push rsyncd image / build-and-push-image (push) Failing after 37s
Build and push telegraf-snmp image / build-and-push-image (push) Failing after 31s

This commit is contained in:
dresi 2026-06-10 13:04:21 +02:00
parent ff96e5567b
commit 2c7bdc7475
2 changed files with 2 additions and 2 deletions

View File

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

View File

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