.gitea/workflow/build.yaml hinzugefügt

This commit is contained in:
2026-03-15 09:07:45 +00:00
parent f0c6f70b52
commit 15e9e13e8c

View File

@@ -0,0 +1,14 @@
name: Build and Push Docker Image
on: [push]
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