Commit Graph

10 Commits

Author SHA1 Message Date
Robert van Diest
72751f6491 fix(docker): prefix compose image names with localhost to prevent Docker Hub lookups
randall/frontend and randall/backend were being resolved as docker.io
paths, causing unwanted registry auth attempts. The localhost/ prefix
marks them as local-only images. Also restores docker/setup-buildx-action
with the docker driver, and reverts the ECR Public mirror workaround
since it was never the root cause.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-27 17:02:40 +01:00
Robert van Diest
b09b40b888 chore(ci): remove docker/setup-buildx-action step
BuildKit is enabled by default on ubuntu-latest runners.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-27 16:56:36 +01:00
Robert van Diest
bc64d2ad5c fix(ci): use docker driver for buildx to avoid Docker Hub auth
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-27 16:54:07 +01:00
Robert van Diest
c135fec753 Enable parallel build 2026-03-25 20:05:32 +01:00
Robert van Diest
4fcd0d60f4 Add integration tests 2026-03-25 19:44:53 +01:00
Robert van Diest
ed293a57be Add unittests 2026-03-25 19:22:25 +01:00
Robert van Diest
83d2ad02d0 Combine actions into 1 with separate jobs 2026-03-24 21:08:14 +01:00
Robert van Diest
b13d6c7968 Disable parallel build 2026-03-24 20:58:10 +01:00
Robert van Diest
b99dcccdb3 Add deployment 2026-03-24 20:37:57 +01:00
Robert van Diest
1301a01d6d Initial commit 2026-03-24 20:13:07 +01:00