Skip to content

Docker: build

Docker: build #94

Triggered via push May 15, 2024 05:07
Status Failure
Total duration 22s
Artifacts
Fit to window
Zoom out
Zoom in

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 qcssvd0kym1ur572hhzx9tomm::xwuc52si79a8er49mm8gr045s: "/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/.