Trim README and workflow prose that restates the code
CI / full-gate (push) Successful in 2m33s
Mirror / github-mirror (push) Successful in 6s

This commit was merged in pull request #34.
This commit is contained in:
2026-08-02 13:55:50 +02:00
parent 175717f04d
commit 6db0f57bf4
5 changed files with 20 additions and 31 deletions
-2
View File
@@ -11,8 +11,6 @@ jobs:
with:
fetch-depth: 0 # ci.sh's docs-only check needs history; checkout defaults to depth 1
- run: bash ci.sh
# Runs even when ci.sh no-ops on a docs-only branch: release.yml re-tags this exact image, and
# ff-only merges make every branch head a main commit - one without an image is unreleasable.
- name: Push app image tagged with the commit hash
env:
IMAGE: gitea.larvit.se/${{ github.repository }}:${{ github.sha }}