Docker: build #93
Annotations
3 errors and 1 warning
build
buildx failed with: ERROR: failed to solve: failed to compute cache key: failed to calculate checksum of ref y0rk0rc9pdi8hiipmv5nw5qaa::p4cbuyrqjamfv6xkbbgyfap6d: "/frontend/.yarn": not found
|
the trait bound `handler::frontend::IndexTemplate: askama::Template` is not satisfied:
backend/src/handler/frontend.rs#L115
error[E0277]: the trait bound `handler::frontend::IndexTemplate: askama::Template` is not satisfied
--> backend/src/handler/frontend.rs:115:59
|
115 | let mut resp = askama_axum::into_response(&template);
| -------------------------- ^^^^^^^^^ the trait `askama::Template` is not implemented for `handler::frontend::IndexTemplate`
| |
| required by a bound introduced by this call
|
note: required by a bound in `askama_axum::into_response`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/askama_axum-0.3.0/src/lib.rs:9:25
|
9 | pub fn into_response<T: Template>(t: &T) -> Response {
| ^^^^^^^^ required by this bound in `into_response`
|
the trait bound `handler::frontend::IndexTemplate: askama::Template` is not satisfied:
backend/src/handler/frontend.rs#L115
error[E0277]: the trait bound `handler::frontend::IndexTemplate: askama::Template` is not satisfied
--> backend/src/handler/frontend.rs:115:59
|
115 | let mut resp = askama_axum::into_response(&template);
| -------------------------- ^^^^^^^^^ the trait `askama::Template` is not implemented for `handler::frontend::IndexTemplate`
| |
| required by a bound introduced by this call
|
note: required by a bound in `askama_axum::into_response`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/askama_axum-0.3.0/src/lib.rs:9:25
|
9 | pub fn into_response<T: Template>(t: &T) -> Response {
| ^^^^^^^^ required by this bound in `into_response`
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/metadata-action@v4, actions/checkout@v3, docker/build-push-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|