Skip to content

ci: fix docker tags

ci: fix docker tags #4

Triggered via push June 20, 2024 12:50
Status Cancelled
Total duration 2m 16s
Artifacts

release.yml

on: push
Build docker image
0s
Build docker image
Deploy (gnosis)
0s
Deploy (gnosis)
Deploy (holesky)
0s
Deploy (holesky)
Deploy (sepolia)
0s
Deploy (sepolia)
Deploy (mainnet)
0s
Deploy (mainnet)
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
Run tests
The run was canceled by @PabloCastellano.
Run tests
The operation was canceled.
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