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:
parent
9f84de4c5d
commit
4edb8e7420
1 changed files with 3 additions and 2 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue