Skip to content

ci: change docker image tagging #9

ci: change docker image tagging

ci: change docker image tagging #9

Triggered via push June 20, 2024 12:43
Status Success
Total duration 7m 17s
Artifacts
Build docker image
3m 25s
Build docker image
Deploy (staging)
19s
Deploy (staging)
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
field `root` is never read: src/clients/beacon/types.rs#L68
warning: field `root` is never read --> src/clients/beacon/types.rs:68:9 | 67 | pub struct BlockHeader { | ----------- field in this struct 68 | pub root: H256, | ^^^^ | = note: `BlockHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
field `block` is never read: src/clients/beacon/types.rs#L96
warning: field `block` is never read --> src/clients/beacon/types.rs:96:9 | 93 | pub struct HeadEventData { | ------------- field in this struct ... 96 | pub block: H256, | ^^^^^ | = note: `HeadEventData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
Run tests: src/clients/beacon/types.rs#L68
field `root` is never read
Run tests: src/clients/beacon/types.rs#L96
field `block` is never read
Run tests: src/clients/beacon/types.rs#L68
field `root` is never read
Run tests: src/clients/beacon/types.rs#L96
field `block` is never read