ci: pass product name explicitly to shared build script
All checks were successful
check / check (push) Successful in 2m7s
All checks were successful
check / check (push) Successful in 2m7s
bread-ecosystem's ci/build.sh used to derive the image tag and cache volume name from basename(repo_root) — but every product's CI checks out into a directory literally named "src", so in real CI runs this resolved to "bread-ci:src" for every product, not "bread-ci:breadpad". Harmless while breadpad was the only consumer; would have silently collided (shared image tag, shared cargo-target cache) the moment a second product started using it. Fixed upstream, bumping the pin here to pick it up and passing "breadpad" explicitly.
This commit is contained in:
parent
c2807a59f0
commit
520245a6be
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
cd5da468b3782fddcb52b4eaff0755ff933524be
|
||||
620c5a1317a6b57276eabca961facdb78bf510db
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue