Update .gitea/workflows/docker-build.yml

This commit is contained in:
2025-08-26 20:25:57 +02:00
parent e7edaa6c81
commit 64023775f6

View File

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