Skip to content

Commit 413c2c8

Browse files
authored
bad image fixes (#299)
1 parent 288cd3c commit 413c2c8

4 files changed

Lines changed: 13 additions & 7 deletions

File tree

.github/workflows/build-push-geth.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ on:
1717
description: Override target docker tag (defaults to the above source ref if left blank)
1818
type: string
1919
required: false
20-
source_patch:
21-
description: Optional patch to apply to the source repository before building
22-
type: string
23-
required: false
2420

2521
jobs:
2622
prepare:
@@ -62,7 +58,6 @@ jobs:
6258
with:
6359
source_repository: ${{ inputs.repository }}
6460
source_ref: ${{ inputs.ref }}
65-
source_patch: ${{ inputs.source_patch }}
6661
target_tag: ${{ needs.prepare.outputs.target_tag }}-${{ matrix.slug }}
6762
target_repository: ethpandaops/geth
6863
platform: ${{ matrix.platform }}

.github/workflows/build-push-meth.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build geth docker image
1+
name: Build meth docker image (bad geth)
22

33
on:
44
workflow_dispatch:

.github/workflows/build-push-nevermind.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build nethermind docker image
1+
name: Build nevermind docker image (bad nethermind)
22

33
on:
44
workflow_dispatch:
@@ -17,6 +17,10 @@ on:
1717
description: Override target docker tag (defaults to the above source ref if left blank)
1818
type: string
1919
required: false
20+
source_patch:
21+
description: Optional patch to apply to the source repository before building
22+
type: string
23+
required: false
2024

2125
jobs:
2226
prepare:
@@ -58,6 +62,7 @@ jobs:
5862
with:
5963
source_repository: ${{ inputs.repository }}
6064
source_ref: ${{ inputs.ref }}
65+
source_patch: ${{ inputs.source_patch }}
6166
target_tag: ${{ needs.prepare.outputs.target_tag }}-${{ matrix.slug }}
6267
target_repository: ethpandaops/nevermind
6368
platform: ${{ matrix.platform }}

platforms.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,9 @@ zeam:
102102
ream:
103103
- linux/amd64
104104
- linux/arm64
105+
meth:
106+
- linux/amd64
107+
- linux/arm64
108+
nevermind:
109+
- linux/amd64
110+
- linux/arm64

0 commit comments

Comments
 (0)