.gitea/workflow/build.yaml aktualisiert

This commit is contained in:
2026-03-15 09:22:01 +00:00
parent 15e9e13e8c
commit d025144488

View File

@@ -1,5 +1,10 @@
name: Build and Push Docker Image
on: [push]
on:
push:
branches:
- main
workflow_dispatch: # Ermöglicht den manuellen Start in der Gitea-Weboberfläche
jobs:
build: