cicd - fix runs-on
All checks were successful
/ build-docker-image (push) Successful in 1m7s

This commit is contained in:
2026-03-15 11:33:48 +00:00
parent 8a83e7e9c1
commit 9786c305a0
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ on:
jobs:
build-docker-image:
runs-on: ubuntu-latest
runs-on: ["oci-image-builder", "amd64"]
steps: