Files
webhook-to-loki-logger/.gitea/workflows/ci.yml
T
jamie 8b88c2689f
CI / Build and Push (push) Successful in 6s
feat: initial commit
2026-01-31 14:28:04 +00:00

19 lines
373 B
YAML

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 .