fix(release): remove miroir-proxy from .dockerignore to fix CI build

The .dockerignore was excluding the binaries that the CI build step
creates, causing the Kaniko build to fail. These binaries are
explicitly built in the build-binaries step and need to be included
in the Docker build context.

This fixes the miroir-release workflow which was consistently failing
at the build-image step.
This commit is contained in:
jedarden 2026-07-02 15:25:44 -04:00
parent 9f84de4c5d
commit 4edb8e7420

View file

@ -9,8 +9,9 @@ k8s/
scripts/
tests/
benches/
miroir-proxy-linux-amd64
miroir-proxy-linux-amd64.sha256
# miroir-proxy-linux-amd64 and miroir-ctl-linux-amd64 are needed for CI builds
# miroir-proxy-linux-amd64
# miroir-proxy-linux-amd64.sha256
tarpaulin-report.json
.claude/
.beads/