changed "runs-on" (#15)

This commit is contained in:
2026-06-10 04:23:18 +02:00
parent 9393004434
commit 0b5943f792

View File

@@ -6,7 +6,7 @@ on:
jobs:
build-and-push:
runs-on: ubuntu-latest
runs-on: docker-builder
steps:
- name: Checkout repository
uses: actions/checkout@v4