mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2026-09-03 05:10:16 +03:00
Change setup-task action to pull a prebuilt Task CI image from ghcr.io instead of building it in-action (remove build/cache logic). Add a new workflow (publish-ci-image.yml) that builds and pushes a multi-arch Docker image (ghcr.io/stirling-tools/stirling-pdf-ci:task-<version>) to GHCR; supports workflow_dispatch with a task-version input (default 3.52.0) and triggers on Dockerfile changes. This separates image publishing from CI setup and simplifies runner setup.