From fe6d00e4a097b1d8a5b11553e56883993b5a5b9e Mon Sep 17 00:00:00 2001 From: Barnabas Busa Date: Fri, 29 Sep 2023 16:55:38 +0200 Subject: [PATCH 1/2] Add ethereumjs stable branch Signed-off-by: Barnabas Busa --- config.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config.yaml b/config.yaml index fa01286..960b7d6 100644 --- a/config.yaml +++ b/config.yaml @@ -27,6 +27,13 @@ tag: master repository: ethpandaops/ethereumjs dockerfile: ./ethereumjs/Dockerfile +- source: + repository: ethereumjs/ethereumjs-monorepo + ref: stable + target: + tag: stable + repository: ethpandaops/ethereumjs + dockerfile: ./ethereumjs/Dockerfile ######## # geth # ######## From 5cae2c9ed457d7e90f458bcdcbff06c23f2e5b88 Mon Sep 17 00:00:00 2001 From: Barnabas Busa Date: Fri, 29 Sep 2023 16:59:39 +0200 Subject: [PATCH 2/2] fix spacing issue --- config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config.yaml b/config.yaml index 960b7d6..35fda35 100644 --- a/config.yaml +++ b/config.yaml @@ -28,12 +28,12 @@ repository: ethpandaops/ethereumjs dockerfile: ./ethereumjs/Dockerfile - source: - repository: ethereumjs/ethereumjs-monorepo - ref: stable - target: - tag: stable - repository: ethpandaops/ethereumjs - dockerfile: ./ethereumjs/Dockerfile + repository: ethereumjs/ethereumjs-monorepo + ref: stable + target: + tag: stable + repository: ethpandaops/ethereumjs + dockerfile: ./ethereumjs/Dockerfile ######## # geth # ########