Files
espresso_frame/.gitea/workflows
tfaour 1c1d9c6767
Build and push server image / build-and-push (push) Failing after 2m46s
Add Gitea Actions workflow to build/push the server image
Builds server/Dockerfile and pushes to this repo's Gitea Container
Registry (git.thumeit.com/tfaour/espresso-frame-server) on every push to
main that touches server/, tagged both latest and the commit SHA.

docker-compose.yml now sets both image: and build: -- deploy hosts can
docker compose pull to grab the CI-built image without needing this
repo's build context, while local dev can still docker compose build
against Dockerfile changes directly.
2026-07-18 14:38:55 -04:00
..