chore(workflows): disable dedicated docker build workflow
All checks were successful
Validate PR Title / validate (pull_request) Successful in 1s
CI / ci (pull_request) Successful in 2m5s

This commit is contained in:
2026-01-04 10:28:43 +00:00
parent 66f1e828ed
commit b0a096fd5c
2 changed files with 2 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 }}