ci: always build main branch into docker with main label

purpose is to let users test before waiting any new tag

note: build will occurs only on AtalayaLabs repos or if ENABLE_DOCKER_PUBLISH is true
This commit is contained in:
Edouard Vanbelle
2026-08-24 21:10:57 +02:00
parent ba5f6b750f
commit a99a6806b5
4 changed files with 562 additions and 28 deletions
+5 -1
View File
@@ -377,6 +377,10 @@ load-baseline:
load-seed:
cargo run --bin load-seed -- --depth 5 --fanout 4 --files-per-leaf 3
# Unit-test the Docker publish tag-policy script (sub-second).
test-docker-tags:
@bash scripts/test-docker-publish-tags.sh
# Check and test everything
# recommanded before pull request
pre-pull-request: check fe-check audit check-migrations test test-integration fe-test build api-test fe-build-e2e front-test
pre-pull-request: test-docker-tags check fe-check audit check-migrations test test-integration fe-test build api-test fe-build-e2e front-test