Commit Graph

6 Commits

Author SHA1 Message Date
3bd8d95576 ci: disable registry cache for backend build to fix poisoned buildcache
All checks were successful
Build and Push Docker Image to Gitea / build-frontend (push) Successful in 15s
Build and Push Docker Image to Gitea / build-backend (push) Successful in 4m44s
The backend buildcache was contaminated with frontend image layers, causing
the backend image to be built with the wrong content. Using no-cache forces
a fresh build until the cache can be reliably separated.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-04 18:57:39 +01:00
14e816241d ci: split frontend and backend into separate jobs to fix image tag mix-up
All checks were successful
Build and Push Docker Image to Gitea / build-frontend (push) Successful in 17s
Build and Push Docker Image to Gitea / build-backend (push) Successful in 16s
Both builds in the same job shared the same docker buildx instance,
causing the backend image to be incorrectly tagged with the frontend image.
Separate jobs get isolated buildx instances and separate build caches.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-04 18:53:16 +01:00
33dd076a50 ci: add backend image build to docker workflow
Adds a second build+push step for the backend image (valknar/sexy-backend)
using Dockerfile.backend. Both images share the same tag strategy and
separate build caches. Summary step updated to show both images.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-04 18:10:06 +01:00
2c010c98d0 fix: use registry cache instead of GitHub Actions cache for Gitea compatibility
All checks were successful
Build and Push Docker Image to Gitea / build-and-push (push) Successful in 5m4s
2025-11-15 18:09:46 +01:00
3bdf58a827 fix: rename GITEA_TOKEN to REGISTRY_TOKEN to avoid reserved name conflict
Some checks failed
Build and Push Docker Image to Gitea / build-and-push (push) Failing after 5m45s
2025-11-15 18:02:48 +01:00
da474f9a61 feat: add Gitea Actions workflow for Docker build and push
Some checks failed
Build and Push Docker Image to Gitea / build-and-push (push) Has been cancelled
Add workflow to build Docker image and push to Gitea container registry.

- Registry: dev.pivoine.art
- Image: valknar/sexy
- Triggers on push to main/develop, tags, and manual dispatch
- Builds linux/amd64 platform
- Uses Gitea-specific context (gitea.actor, gitea.event, etc.)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-15 17:14:25 +01:00