Setup CI/CD
ir4y opened this issue · 0 comments
ir4y commented
- Remove
.gitlab-ci.yml
- Setup gitlab actions
-
- Run tests
-
- Build images for arm64 and amd64
docker buildx build --platform linux/amd64,linux/arm64 --push -t bedasoftware/aidbox-sdc .
https://github.com/docker/setup-buildx-action
- Build images for arm64 and amd64
-
- Push images to https://hub.docker.com/