.gitea/workflow/build.yaml aktualisiert
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user