feat(ci): Add CI
All checks were successful
Build Docker / Create Docker Image (release) Successful in 1m34s

This commit is contained in:
2025-11-08 19:21:38 +00:00
parent 920a79b2e9
commit 31e18d0d46
6 changed files with 294 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
name: Build Docker
on:
release:
types:
- published
jobs:
create_docker:
name: Create Docker Image
uses: https://git.tainton.uk/actions/gha-workflows/.gitea/workflows/build-push-docker.yml@main
with:
release: ${{ gitea.event.release.name }}
registry: ${{ vars.PACKAGES_REGISTRY_URL }}
actions_username: ${{ vars.ACTIONS_USERNAME }}
ghcr_username: ${{ vars.GHCR_USERNAME }}
secrets:
ACTIONS_TOKEN: ${{ secrets.ACTIONS_TOKEN }}
GHCR_TOKEN: ${{ secrets.GHCR_TOKEN }}