ci: refactor CI pipeline with multi-arch Docker builds #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ci/multiarch-docker-push"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Consolidate the three separate CI jobs (backend-build, front-build,
backend-test) into a single test job, and replace the manual
docker tag/push loop with buildx-based multi-arch image builds
(amd64, arm64) using Makefile push targets.
Makefile targets with registry-based build cache
(DOCKER_REGISTRY, PUBLIC_URL, REACT_APP_API_URL) and secrets
(DOCKER_USERNAME, DOCKER_PASSWORD)