7 Commits

Author SHA1 Message Date
bjoernpoettker ef7813f9f9 ci: add manual build workflow with custom image tag
Build and Push Multi-Platform Images / build-and-push (push) Successful in 11s
New workflow_dispatch workflow to build & push backend/frontend images
with a manually chosen tag and service selection (both/backend/frontend).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-16 16:48:04 +02:00
bjoernpoettker c08559b5c3 ci: also tag and push images as :dev on every build
Build and Push Multi-Platform Images / build-and-push (push) Successful in 12s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-25 21:57:24 +02:00
bjoernpoettker 2aba9ff004 ci: build and tag images for all branches
Build and Push Multi-Platform Images / build-and-push (push) Successful in 12s
- Trigger build on all branches (not only main)
- Tag image as 'latest' for main, branch name otherwise
- Sanitize branch name for Docker tag (slashes → dashes, lowercase)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-21 21:34:38 +02:00
bjoernpoettker 5879aac0bf Use direct docker CLI commands in workflow
Build and Push Multi-Platform Images / build-and-push (push) Successful in 1m14s
2026-05-04 08:33:53 +02:00
bjoernpoettker 9b953b1846 Update build to AMD64 only and add docker-compose.dev.yml for ARM64
Build and Push Multi-Platform Images / build-and-push (push) Has been cancelled
2026-05-04 08:26:21 +02:00
bjoernpoettker ca9bcc3c88 Change secret name to REGISTRY_TOKEN to avoid Gitea naming restrictions
Build and Push Multi-Platform Images / build-and-push (push) Waiting to run
2026-05-04 08:09:47 +02:00
bjoernpoettker 190ecaebaf Add Gitea Action for multi-platform docker builds
Build and Push Multi-Platform Images / build-and-push (push) Waiting to run
2026-05-04 08:05:57 +02:00