feat: initial commit
CI / Build and Push (push) Successful in 6s

This commit is contained in:
2026-01-31 14:28:04 +00:00
parent 8887106656
commit 8b88c2689f
10 changed files with 213 additions and 1532 deletions
+19
View File
@@ -0,0 +1,19 @@
name: CI
on:
push:
branches: [ main ]
jobs:
build-and-push:
name: Build and Push
runs-on: build-htz-01
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build and push Docker image
run: |
docker buildx build --push -t cr.jdbnet.co.uk/public/discord-to-loki:latest .