disabled build on every push

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-01-03 18:15:39 +01:00
parent ff9b520449
commit bedb275fe3

View File

@@ -1,6 +1,9 @@
name: Build Docker Image
run-name: ${{ gitea.actor }} building ${{ gitea.ref_name }}
on: [push]
on:
push:
branches:
- main
jobs:
Docker-Build: