Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Copy plugins into containerfile build step
Builds for Docker images to publish to Docker Hub were failing because we weren't copying in all the crates found in the top-level workspace `Cargo.toml` file, causing Cargo to complain. This fixes that by copying them into the builder, though they don't get built. Signed-off-by: Andrew Lilley Brinker <[email protected]>
- Loading branch information