# Deprecated: replaced by .gitea/workflows/docker-build.yml (tag-trigger). # Origin moved from GitHub to Gitea; release-please-action and ghcr.io are # GitHub-only and don't run on Gitea Actions. Trigger changed to manual-only # so neither GitHub nor Gitea Actions will auto-run this file. name: Release Please (deprecated) on: workflow_dispatch: jobs: noop: runs-on: ubuntu-latest steps: - run: echo "Deprecated. See .gitea/workflows/docker-build.yml"