Commit Graph

11 Commits

Author SHA1 Message Date
tomas.kracmar 401d4e2717 Fix CI: use system python3 + apt-get instead of actions/setup-python
CI / lint-and-test (push) Failing after 25s
2026-05-28 15:24:33 +02:00
tomas.kracmar eea54dd203 Fix CI: override working-directory for pre-checkout apt-get step
CI / lint-and-test (push) Failing after 1m14s
2026-05-28 15:19:23 +02:00
tomas.kracmar 5e6997cbd6 Fix Gitea Actions CI: use python:3.11-slim container instead of actions/setup-python
CI / lint-and-test (push) Failing after 21s
2026-05-28 15:02:34 +02:00
tomas.kracmar b728abb5ee ci: also tag and push 'latest' on every release
CI / lint-and-test (push) Successful in 22s
2026-04-20 17:31:27 +02:00
tomas.kracmar 11fd87411d fix: bake version into Docker image at build time
Release / build-and-push (push) Successful in 1m18s
CI / lint-and-test (push) Successful in 20s
- Add VERSION build arg to Dockerfile
- Pass --build-arg VERSION in release workflow
- Remove VERSION env override from docker-compose files
- Version is now immutable inside the image, no runtime env var needed
2026-04-20 17:24:20 +02:00
tomas.kracmar b0eba09f0f ci: suppress docker credential storage warning in release workflow
CI / lint-and-test (push) Successful in 23s
Release / build-and-push (push) Successful in 21s
2026-04-17 16:10:09 +02:00
tomas.kracmar 91a4c6dccf fix(ci): use REGISTRY_TOKEN secret for container registry auth
CI / lint-and-test (push) Successful in 22s
Release / build-and-push (push) Successful in 49s
2026-04-17 16:04:31 +02:00
tomas.kracmar b86539399b fix(ci): resolve ruff SIM108 lint error and use github.token for registry login
CI / lint-and-test (push) Failing after 22s
2026-04-16 18:55:52 +02:00
tomas.kracmar 6d00d7cf32 ci: use GITHUB_TOKEN secret for Gitea registry login compatibility
CI / lint-and-test (push) Failing after 2m40s
Release / build-and-push (push) Failing after 20s
2026-04-16 12:12:59 +02:00
tomas.kracmar bade860fd4 ci: push Docker images to Gitea container registry on release tags
CI / lint-and-test (push) Has been cancelled
- Update release workflow to build and push to git.cqre.net/cqrenet/aoc-backend
- Update docker-compose.yml to pull from Gitea registry
2026-04-16 12:11:38 +02:00
tomas.kracmar 9f4601c4d9 ci: migrate workflows from GitHub Actions to Gitea Actions
CI / lint-and-test (push) Has been cancelled
- Move CI workflow from .github/workflows/ to .gitea/workflows/
- Add Gitea Actions release workflow for tag builds
- Remove GitHub-specific release workflow
2026-04-16 11:55:23 +02:00