summaryrefslogtreecommitdiff
path: root/.github/workflows/publish.yml
AgeCommit message (Collapse)Author
2025-10-14Add Docker build caching to the Publish workflow.supahgreg
Prefer the GitHub Actions cache, and fall back to GitHub Container Registry if needed.
2025-10-13Minor workflow config cleanup.supahgreg
2025-10-11Add a 'Docker Code Quality' GitHub workflow.supahgreg
Initially just checks that the 'Dockerfile' files are valid.
2025-10-09Move 'packages: write' permission down to the 'publish' job.supahgreg
2025-10-09Also publish images to GitHub Container Registry (ghcr.io). tt-rss/tt-rss#11supahgreg
2025-10-08Allow '.docker' changes to trigger the Publish workflow. Closes ↵supahgreg
tt-rss/tt-rss#15.
2025-10-05Include a short SHA tag when publishing images.supahgreg
2025-10-05Provide expected Docker image build args in the Publish workflow.supahgreg
2025-10-05Ignore various paths in the Publish workflow.supahgreg
2025-10-05Enable building+publishing the 'web-nginx' image.supahgreg
2025-10-05Restore behavior of using the 'latest' tag on images.supahgreg
A 'main' tag was being created+used. https://github.com/docker/metadata-action?tab=readme-ov-file#latest-tag
2025-10-05Add a Publish workflow.supahgreg