Update .github/workflows/docker-image.yml
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled

This commit is contained in:
2026-04-15 17:20:50 +00:00
parent 10f5e3e34e
commit b496b41dfc

View File

@@ -7,7 +7,7 @@ on:
jobs:
build:
runs-on: docker # matches your runner label
runs-on: gitea/runner-images:ubuntu-22.04-slim
steps:
- name: Clone repo