modified: .gitea/workflows/ docker-image.deploy.yml
All checks were successful
/ build-image (push) Successful in 16s

This commit is contained in:
2026-03-15 08:31:16 +00:00
parent dd56f6260a
commit 8fed82d1a9

View File

@@ -10,7 +10,7 @@ on:
jobs:
build-image:
runs-on: oci-image-builder
runs-on: ["oci-image-builder", "amd64"]
steps:
- name: Checkout code