Ordnername für Actions korrigiert
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m12s

This commit is contained in:
ki
2026-03-15 10:43:17 +01:00
parent 1701c5ec06
commit 3739671a2e

View File

@@ -0,0 +1,20 @@
name: Build and Push Docker Image
on:
push:
branches:
- main
workflow_dispatch: # Ermöglicht den manuellen Start in der Gitea-Weboberfläche
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build and Push to local registry
run: |
docker build -t 192.168.88.201:5000/ulfbot:latest .
docker push 192.168.88.201:5000/ulfbot:latest