Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Copy plugins into containerfile build step #331

Merged
merged 1 commit into from
Sep 4, 2024

Conversation

alilleybrinker
Copy link
Collaborator

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.

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]>
@alilleybrinker alilleybrinker added the type: bug Something isn't working label Sep 4, 2024
@alilleybrinker alilleybrinker added this to the 3.6.0 milestone Sep 4, 2024
@alilleybrinker alilleybrinker requested a review from a team September 4, 2024 18:01
@alilleybrinker alilleybrinker self-assigned this Sep 4, 2024
@alilleybrinker alilleybrinker requested review from j-lanson and removed request for a team September 4, 2024 18:01
Copy link
Collaborator

@j-lanson j-lanson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@alilleybrinker alilleybrinker merged commit 86864de into main Sep 4, 2024
6 checks passed
@alilleybrinker alilleybrinker deleted the alilleybrinker/fix-docker-image-build branch September 10, 2024 00:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants