fix: copy crates/ into the prod OCI build context #9
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/oci-build-copies-crates"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Forgejo Actions' "Build and push mokosh-api image" workflow started failing after the OAuth branch added a workspace member at
crates/google-oauth-flow/:error: failed to load manifest for workspace member
/build/crates/google-oauth-flowfailed to read
/build/crates/google-oauth-flow/Cargo.toml(No such file or directory)The dev
Dockerfilewas patched on the OAuth branch to copy./crates(and the dev compose mounts it as a volume), butoci-build/Dockerfile(the prod build) was missed. Add the sameCOPY crates ./cratesstep before the cargo build.Co-Authored-By: Claude Opus 4.7 noreply@anthropic.com
crates/into the prod OCI build context