Skip to content

ci: fix github action tags #5

ci: fix github action tags

ci: fix github action tags #5

Triggered via push June 20, 2024 12:56
Status Success
Total duration 7m 25s
Artifacts

release.yml

on: push
Build docker image
3m 23s
Build docker image
Deploy (gnosis)
17s
Deploy (gnosis)
Deploy (holesky)
18s
Deploy (holesky)
Deploy (sepolia)
20s
Deploy (sepolia)
Deploy (mainnet)
21s
Deploy (mainnet)
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